You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Submit the pull request to bump the version numbers
92
91
* Update Javadoc on Github using `scripts/update_javadoc.sh`.
93
-
* On the [releases](https://github.com/google/google-auth-library-java/releases) page, create a corresponding Git tag (e.g., "v0.7.0") on the release commit, and summarize the commits since the last release. Follow the style of previous release notes.
94
-
* Update all ```pom.xml``` files to the new snapshot version (increment patch version number, e.g., from 0.4.0 to 0.4.1-SNAPSHOT).
95
-
* Submit a pull request, get it reviewed, and submit.
92
+
* Run `releasetool tag` to create the GitHub release.
93
+
* Run `releasetool start` to bump the next snapshot version. Select "snapshot" when prompted for
94
+
the release type. This will bump the artifact versions and create a pull request.
0 commit comments