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
* 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.
79
-
* Update Javadoc on Github using `update_javadoc.sh`.
80
-
* 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).
81
77
82
78
Publish release
83
79
---------------
84
-
* Go to [Sonatype](https://oss.sonatype.org/) and log in
85
-
* Click on *Staging Repositories* on the left
86
-
* Filter down to the repository by typing the package's groupId without periods in the search box
87
-
* In our case, ```comgoogleauth```
88
-
* If the repository does not appear here, the publication process may have started automatically
89
-
* Otherwise, click the *release* button just below the top tabs
90
-
* It will take some time (up to 10 minutes) for the package to transition
* If the release doesn't show up, do the following to check for failures:
85
+
* Go to [Sonatype](https://oss.sonatype.org/) and log in
86
+
* Click on *Staging Repositories* on the left
87
+
* Filter down to the repository by typing the package's groupId without periods in the search box
88
+
* In our case, ```comgoogleauth```
89
+
* Click on the repository and check for errors
90
+
* Submit the pull request to bump the version numbers
91
+
* Update Javadoc on Github using `scripts/update_javadoc.sh`.
92
+
* 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.
93
+
* 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).
94
+
* Submit a pull request, get it reviewed, and submit.
0 commit comments