Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
fix tag target
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Aug 24, 2015
1 parent 0425839 commit 556d82d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ tag: dist/elessar.js dist/elessar.min.js
$(eval VERSION := $(shell node_modules/.bin/semver $(OLD_VERSION) -i $(v)))
tin -v $(VERSION)
git commit -am $(VERSION)
git tag $(VERSION)

release:
git pull
git push origin {develop,master}
git push --tags
git checkout `git describe master --abbrev=0`
npm publ
git checkout -
git checkout -

0 comments on commit 556d82d

Please sign in to comment.