We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77787e5 commit 05554feCopy full SHA for 05554fe
scripts/bump-version.sh
@@ -64,4 +64,4 @@ fi
64
commit_message="🆙 ${new_version} ${increment_type} ${detail}"
65
git checkout -b "feature/bump-${increment_type}-from-${old_version}-to-${new_version}"
66
git add .
67
-git commit -m "${commit_message}"
+git commit -m "${commit_message}"
0 commit comments