Skip to content

Commit

Permalink
Release: plain push is also needed
Browse files Browse the repository at this point in the history
Apparently a git push --tags doesn't push all the changes!?!
Adding plain "git push" to avoid release confusion.
  • Loading branch information
miekg committed Jan 10, 2018
1 parent 5ec25f2 commit 9cef7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ commit:
push:
@echo Pushing release $(VERSION) to master
git push --tags
git push

0 comments on commit 9cef7a0

Please sign in to comment.