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 e969dd7 commit fc7c337Copy full SHA for fc7c337
1 file changed
scripts/bump-version.sh
@@ -49,5 +49,5 @@ fi
49
50
git add cmd/version.go snap/snapcraft.yaml
51
git commit -m 'Bumping version'
52
-git tag $version
53
-git tag -f v4
+git tag $version -m "releasing"
+git tag -f v4 -m "releasing $version"
0 commit comments