Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Jan 3, 2018
1 parent a49b9ef commit ea97411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git diff-index --quiet --cached HEAD -- || die "Index dirty, commit first"
go generate
git add VERSION
git add cli/version.go
git commit -m "Version $VERSION"
git commit -m "Version $VERSION" || echo "Version not changed"
git tag -a v$VERSION -m "Version $VERSION"
git push origin v$VERSION
goreleaser

0 comments on commit ea97411

Please sign in to comment.