Updating bump version script

This commit is contained in:
Mike Farah 2026-04-17 15:36:35 +10:00
parent e969dd789f
commit fc7c337d8f
No known key found for this signature in database

View File

@ -49,5 +49,5 @@ fi
git add cmd/version.go snap/snapcraft.yaml
git commit -m 'Bumping version'
git tag $version
git tag -f v4
git tag $version -m "releasing"
git tag -f v4 -m "releasing $version"