Skip to content

Commit

Permalink
fix: correct typo in RELEASE.md (airbnb#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-SoUni authored and jbeta51 committed Jun 18, 2024
1 parent efdc6b7 commit 2c245a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Releasing
1. Change the version in top level `gradle.properties` to a non-SNAPSHOT verson.
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)
4. `git commit -am "Prepare for release X.Y.Z"` (where X.Y.Z is the new version)
5. `./gradlew clean uploadArchives`.
6. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
7. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
Expand Down

0 comments on commit 2c245a2

Please sign in to comment.