Eric Anderson
36e687f9d9
examples: Add bzlmod support
...
This also updates the version number of the grpc-java module as part of
the release process.
2024-07-23 08:32:13 -07:00
Eric Anderson
1ec5fab749
RELEASING.md: Simplify steps and add post-release upgrade ( #11384 )
2024-07-16 09:43:36 -07:00
Sergii Tkachenko
c346b41e22
RELEASING.md: Include author email in shortlog ( #10794 )
...
Makes it easier to track down / credit the author.
2024-01-11 11:37:19 -08:00
Eric Anderson
68b14aaa49
RELEASING.md: Remove $ before commands
...
Removing the $ prompt makes it easier to copy+paste. At no point are we
running as root, so there's no # vs $ distinction, not that many people
would even notice the difference.
There is a risk here that not all commands end up getting run. When
pasting multiple commands at once, gradle or another tool might read in
stdin and discard them. But it's probably not worth continuing the
copy-each-command-separately-and-avoiding-the-$.
2023-12-12 08:57:20 -08:00
Eric Anderson
d62334ea85
RELEASING.md: Include commit hash in shortlog ( #10716 )
...
This removes the benefit of including the PR number in the title without
also requiring using github APIs to query the PR number. It still
provides the same details about the change, and indirectly links to the
PR if the user wants to see the review.
2023-11-29 16:11:59 -08:00
Terry Wilson
6cf6380812
releasing: add git command for pushing gh-pages ( #10621 )
2023-10-20 15:16:56 -07:00
Eric Anderson
47a84c48c7
RELEASING.md: Prefix grpc/grpc commit with [interop]
...
They require this style.
2023-08-14 10:55:49 -07:00
Larry Safran
944de93f79
Minor cleanup in releasing instructions ( #10426 )
2023-07-30 20:06:48 -07:00
Eric Anderson
1af6b24a7c
Add commit convenience
...
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
2023-07-07 16:01:21 -07:00
Eric Anderson
13ca4d5f77
RELEASING.md: Reorder contents to make it a bit more streamlined
...
I moved items that could be done immediately after the release up into
the main release flow. I also stripped some outdated or unnecessary text
to make it quicker to follow.
2023-07-07 16:01:21 -07:00
Terry Wilson
5d40396aa2
A note to include backports in release notes ( #10198 )
2023-05-17 11:36:01 -07:00
Eric Anderson
b4f4142e8d
RELEASING.md: Include version number in release branch name
...
This makes it easier to manage multiple patch releases in-flight
simultaneously and improves the default PR description.
2023-05-09 08:12:27 -07:00
Eric Anderson
be2a2fc3b8
Avoid repeating grpc version in Android documentation
...
This removes some steps from the release process. These two locations
aren't special enough in way that deserves manually changing the version
each release.
2023-04-14 15:06:53 -07:00
DNVindhya
9ea7506b2b
use glob for example file names which is used in updating release versions ( #9998 )
2023-03-31 10:24:05 -07:00
Larry Safran
e0ddce8612
RELEASING.md:Addressed review comments. ( #9995 )
2023-03-27 18:17:13 -07:00
Larry Safran
50a76610ee
docs:Improve instructions ( #9974 )
2023-03-24 16:39:55 -07:00
Colin Alworth
706646f8bb
servlet: Implement gRPC server as a Servlet ( #8596 )
...
Full end to end implementation of gRPC server as a Servlet including tests and examples
Co-authored-by: Penn (Dapeng) Zhang <zdapeng@google.com>
Co-authored-by: Chengyuan Zhang <chengyuanzhang@google.com>
2023-01-20 13:17:58 -08:00
yifeizhuang
03abe8a088
Update README etc to reference 1.48.0 ( #9401 )
2022-07-20 15:36:22 -07:00
yifeizhuang
45dd17c799
examples: add examples-orca ( #9204 )
2022-05-26 10:23:43 -07:00
Eric Anderson
30b5d6b840
RELEASING.md: Update variable name of grpc.io's config.yaml
2022-03-30 10:02:50 -07:00
Eric Anderson
1d4eb49d1d
RELEASING.md: Before releasing, check TODO labels
2022-03-07 11:36:22 -08:00
ZHANG Dapeng
c59cc11e7a
Update RELEASING.md to clarify a step in tagging process
2022-01-25 12:01:59 -08:00
Eric Anderson
41f2ad2540
RELEASING.md: Use git merge-base instead of cherry for backport summary
...
git cherry is too conservative in determining backports. Showing all
commits between the branch point and the release is more reliable.
2022-01-20 11:06:44 -08:00
Eric Anderson
bc12a1eb66
RELEASING.md: Individual OSSRH account is no longer needed
...
Most of the OSSRH interactions are performed by a robot.
2021-11-03 11:26:27 -07:00
Sergii Tkachenko
e0ecd5cfde
RELEASING.md: remove Travis; check milestones before the cut
...
* Update RELEASING.md
1) Remove Travis Job
2) Add a note to check milestones before cutting the branch
2021-10-25 15:34:28 -04:00
Eric Anderson
499c51fa3f
RELEASING.md: Bump protobuf version to match build.gradle
...
For 1.40.0 the protobuf version was bumped to the latest version, which
we hadn't tested at all. We want to bump to the version used in the
release.
2021-09-22 13:36:42 -07:00
Sergii Tkachenko
d971fe629c
RELEASING.md: remove JCenter note
...
JFrog has announced that they are shutting down the JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
2021-04-08 14:03:33 -04:00
Sergii Tkachenko
239db4b381
RELEASING.md: Add pre-tagging internal step
2021-04-07 16:36:58 -04:00
Eric Anderson
486d82a7e1
Build Linux artifacts using CentOS 7
...
CentOS 6 is dead and no longer has update servers. CentOS 7 is older
than Debian 9 (oldstable), so binaries hopefully work on both. More
testing is necessary, but everything's broken now, so this is better
than nothing.
We stop using protoc-artifacts because now the container is
straight-forward enough that we can just use our own. Previously the
"devtoolset" stuff made us want to share the container.
2020-12-03 22:56:31 -08:00
Chengyuan Zhang
3a10392e4e
RELEASING.md: only project admin can create Cron jobs ( #7642 )
2020-11-18 16:24:55 -08:00
Eric Anderson
6593fc8d35
RELEASING.md: Add missing repo+branch for gh-pages git pull
2020-08-13 11:09:42 -07:00
Sanjay Pujare
75664a5c83
doc: config.toml changed to config.yaml in grpc.io
2020-06-23 16:02:19 -07:00
Jihun Cho
190ab88400
examples: update xds example readme ( #7017 )
2020-05-07 13:24:30 -07:00
Patrice Chalin
da855f4164
Delete example-kotlin ( #6936 )
2020-04-16 13:55:05 -07:00
Chengyuan Zhang
d537adedb3
android-interop-testing: include android interop testing in main build ( #6829 )
...
Proto generated code for android-interop-testing is checked in.
2020-03-19 12:37:48 -07:00
Anar Sultanov
b7859e73a0
examples: Add a JWT authentication example ( #5915 )
2020-03-17 17:43:31 -07:00
Jihun Cho
2eab291928
RELEASING.md: update mac build version ( #6770 )
2020-02-27 09:22:12 -08:00
Chengyuan Zhang
e320b9bee5
Include xDS example's README.md when updating release tag version.
2020-02-13 14:54:11 -08:00
Eric Anderson
2e12b53f2f
examples: Add XDS client example
2020-01-31 11:13:44 -08:00
Eric Anderson
e7d7c5bde4
examples: Add hostname example
...
This is placed in its own directory since it depends on grpc-services.
2020-01-17 15:50:49 -08:00
Chengyuan Zhang
e281c75b2a
cronet: update README for using published grpc-cronet with play service Cronet implementation ( #6178 )
...
* cronet: update README for using published grpc-cronet with play service Cronet implementation.
* doc: Added cronet/README.md version update to RELEASING.md.
2019-09-24 13:24:59 -07:00
ZHANG Dapeng
79bc50c171
doc: fix version bug in documentation/android-channel-builder.md
2019-07-30 15:36:33 -07:00
Jihun Cho
aba45cd2e3
RELEASING.md: add missing version file for android strictmode example ( #5898 )
2019-06-18 13:43:37 -07:00
Eric Anderson
d7ef437dac
RELEASING.md: Update locations for new grpc.io website
2019-05-23 13:31:47 -07:00
Eric Anderson
58c0ea5961
RELEASING.md: Use search.maven.org instead of mvnrepository.com
...
search.maven.org is more authoritative than mvnrepository.com
2019-05-23 12:56:29 -07:00
Eric Anderson
9679296573
RELEASING.md: Pull recent version of gh-pages before modifying
2019-05-23 12:55:37 -07:00
Eric Anderson
50b08eee3b
Delete protobuf-nano
...
Nano was dropped from upstream protobuf. See gRFC L51
2019-05-22 08:49:07 -07:00
Eric Anderson
8fdd2072ee
RELEASING.md: Document command to start making release notes
...
It's fine if the command changes in the future, but we do want to start making
the release notes earlier than later.
2019-05-15 16:52:33 -07:00
Nguyen Quang Huy
05d5e4802a
doc: Change http to https for security links
...
For security, we should change http into https links.
Co-Authored-By: Nguyen Van Trung [trungnvfet@outlook.com ](mailto:trungnvfet@outlook.com)
Signed-off-by: Nguyen Quang Huy [huynq0911@gmail.com ](mailto:huynq0911@gmail.com)
2019-02-27 17:25:42 -08:00
ZHANG Dapeng
26a7fe1396
doc: Update RELEASE.md VERSION_FILES
2019-01-02 10:51:20 -08:00