Skip to content

Commit

Permalink
release script
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Apr 19, 2019
1 parent 5115ffe commit 9b355d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ release: commit push
commit:
rm -f version_release.go
@echo Committing release $(VERSION)
git commit -m"Release $(VERSION)"
git commit -am"Release $(VERSION)"
git tag $(TAG)

.PHONY: push
Expand Down

0 comments on commit 9b355d8

Please sign in to comment.