Skip to content

Commit 371d1cd

Browse files
authored
Update RELEASING.md (#375)
1 parent 89490ea commit 371d1cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

RELEASING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ $ ./gradlew candidate -Prelease.version=0.14.0
106106
$ git push origin v0.14.0
107107
```
108108

109-
*Note: if you do not have a CredentialsProvider registered for GitHub, the `candidate` task may fail to upload tags to the GitHub repository and the overall command will report a failure. In this case, before retrying the command - check if the staging repository is created on the [nexus repository manager](https://oss.sonatype.org/#stagingRepositories). If the repository is already created, manually push the tag on GitHub, and continue with the next steps.*
109+
*Note: If you do not have a CredentialsProvider registered for GitHub, the `candidate` task may fail to upload tags to the GitHub repository and the overall command may take a long time to report completion on the task. In this case, before moving forward - check if tags were pushed to GitHub. If not, manually push the tags before continuing.*\
110+
*Next, check if the staging repository is created on the [nexus repository manager](https://oss.sonatype.org/#stagingRepositories). If the repository is already created, continue with the next steps.*
110111

111-
Next follow [Releasing on Maven Central](#releasing-on-maven-central) to close + publish the
112+
Follow [Releasing on Maven Central](#releasing-on-maven-central) to close + publish the
112113
[repository on OSSRH](https://oss.sonatype.org/#stagingRepositories).
113114

114115
After this, follow the [Announcment](#Announcement) documentation to advertise the release and update README files.

0 commit comments

Comments
 (0)