Skip to content

Commit

Permalink
fix commit message when moving to the next SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulchen committed Feb 14, 2023
1 parent dcdb277 commit 801a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ git tag "v$CURRENT_VERSION" || exit 1

sed -i "s/version = \".*\"/version = \"$NEW_VERSION-SNAPSHOT\"/" build.gradle.kts || exit 1
git add build.gradle.kts || exit 1
git commit -m "change version to $NEW_VERSION" || exit 1
git commit -m "change version to $NEW_VERSION-SNAPSHOT" || exit 1

git push || exit 1
git push origin "v$CURRENT_VERSION" || exit 1
Expand Down

0 comments on commit 801a663

Please sign in to comment.