Skip to content

Commit

Permalink
'tag -a' : hopefully auto-works next time
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaechler committed May 7, 2016
1 parent 81d34db commit 1ebfe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -118,7 +118,7 @@ rel: ChangeLog dist tag homepage

tag:
@echo "** Tagging the release **"
git tag -m'release tagging' v$(ESSVERSION)
git tag -a -m'release tagging' v$(ESSVERSION)
#svn cp -m'release tagging' $(SVN_URL)/trunk $(SVN_URL)/tags/$(ESSVERSION)
@echo '** Pushing the v$(ESSVERSION) upstream ...'
git push
Expand Down

0 comments on commit 1ebfe48

Please sign in to comment.