Skip to content

Commit

Permalink
make: better release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Nov 29, 2018
1 parent 43496be commit 15badab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -49,7 +49,7 @@ postversion: release
rm -rf release
git add include src *.gyp *.gypi README.md LICENSE-MIT
git commit -a -m "release: $(TAG)"
git tag "release/$(TAG)"
git tag "release/v$(TAG)"
git push && git push --tags
git checkout master

Expand Down

0 comments on commit 15badab

Please sign in to comment.