Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Use annotated tags for version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 4, 2013
1 parent 3905c91 commit c19a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version-bump:
@sed -i "s|\(exports\.version = '\)[^']*\('\)|\1$(VERSION)\2|" luaparse.js
@git add package.json bower.json luaparse.js
@git commit -m "Version $(VERSION)"
@git tag "v$(VERSION)"
@git tag -a "v$(VERSION)" -m "v$(VERSION)"

# Tests
# -----
Expand Down

0 comments on commit c19a6ca

Please sign in to comment.