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 9, 2018
1 parent 05456ef commit 44c4457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ git add VERSION
git add cli/version.go
git commit -m "Version $VERSION" || echo "Version not changed"
git tag -a v$VERSION -m "Version $VERSION"
git push origin
git push origin v$VERSION
goreleaser
goreleaser --rm-dist

0 comments on commit 44c4457

Please sign in to comment.