Skip to content

Commit

Permalink
release script tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Mar 1, 2019
1 parent 276397e commit ab85c04
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 @@ -9,5 +9,5 @@ export GITHUB_TOKEN=$(cat .ghtoken)
goreleaser --rm-dist
sed -i '' "s/${version}/VERSION/" version/version.go
git add .
git commit --amend --no-edit
git commit --amend --no-edit --allow-empty
git push

0 comments on commit ab85c04

Please sign in to comment.