Skip to content

Commit

Permalink
'vnext'
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Jun 5, 2016
1 parent 1c0b9d9 commit 5115250
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Expand Up @@ -11,10 +11,13 @@ init-help:
test:
node test

release: version push publish
release: ci version push publish

ci:
git commit -am 'vnext'

version:
standard-changelog -v
standard-changelog -v > CHANGELOG.md

push:
git push origin master --tags
Expand Down

0 comments on commit 5115250

Please sign in to comment.