Skip to content

Commit fc7c337

Browse files
committed
Updating bump version script
1 parent e969dd7 commit fc7c337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/bump-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ fi
4949

5050
git add cmd/version.go snap/snapcraft.yaml
5151
git commit -m 'Bumping version'
52-
git tag $version
53-
git tag -f v4
52+
git tag $version -m "releasing"
53+
git tag -f v4 -m "releasing $version"

0 commit comments

Comments
 (0)