Skip to content

Commit

Permalink
Revert "Do not publish maven-metadata.xml.sha256/512 files to sonatyp…
Browse files Browse the repository at this point in the history
…e." as this is now supported by sonatype.
  • Loading branch information
ychescale9 committed May 25, 2020
1 parent 55f1678 commit 1a2b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
2. Update the `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version).
5. `./gradlew clean uploadArchives --no-daemon --no-parallel -Dorg.gradle.internal.publish.checksums.insecure=true`
5. `./gradlew clean uploadArchives --no-daemon --no-parallel`
6. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
7. `git tag -a X.Y.X -m "X.Y.Z"` (where X.Y.Z is the new version)
8. Update the top-level `gradle.properties` to the next SNAPSHOT version.
Expand Down

0 comments on commit 1a2b8d7

Please sign in to comment.