From 9bc9b234d7ab26169e80269945ad44628c354e6f Mon Sep 17 00:00:00 2001 From: Byun SoYun Date: Tue, 4 Jun 2024 15:39:38 +0900 Subject: [PATCH] fix: correct typo in RELEASE.md --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index edfce7908c..f30bcb808f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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)