Skip to content

Commit

Permalink
in case @jgable does not use ruby I don't force to pre-release in rel…
Browse files Browse the repository at this point in the history
…ease task
  • Loading branch information
nandub committed Sep 9, 2013
1 parent 5a9f3f8 commit 29da22e
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 @@ -10,7 +10,7 @@ pre-release:
@sh release/changelog >/dev/null 2>&1
@sh release/contributors >/dev/null 2>&1

release: pre-release npm-dep js
release: npm-dep js
git commit --allow-empty -a -m "release $(VERSION)"
git tag v$(VERSION)
git push origin master
Expand Down

0 comments on commit 29da22e

Please sign in to comment.