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 568dd0b commit 72c1754Copy full SHA for 72c1754
tag_release.sh
@@ -4,4 +4,4 @@ VERSION=$(<VERSION)
4
5
echo "Tagging version $VERSION"
6
git tag -s -m "Version $VERSION" $VERSION || exit "Failed to tag!"
7
-echo "Succeess"
+echo "Success"
0 commit comments