Skip to content

Commit c9a3756

Browse files
committed
update release script
1 parent dbd337d commit c9a3756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version=$(cat version.txt)
44
sed -i '' "s/VERSION/${version}/" version/version.go
55
git add .
6-
git commit --amend --no-edit
6+
git commit -am "Releasing ${version}"
77
git tag "v${version}"
88
export GITHUB_TOKEN=$(cat .ghtoken)
99
goreleaser --rm-dist

0 commit comments

Comments
 (0)