Skip to content

Commit

Permalink
Makefile: run tests before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jul 16, 2015
1 parent 3e04925 commit 9a47b08
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
@@ -1,4 +1,4 @@
release:
release: test
@git tag `grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}' gh-md-toc`
@git push --tags origin master

Expand Down

0 comments on commit 9a47b08

Please sign in to comment.