Skip to content

Commit

Permalink
Changing the publish release step order.
Browse files Browse the repository at this point in the history
Doing this step lasts helps packagist notice the change and
prevents us from publishing the previous branch
  • Loading branch information
lorenzo committed Feb 21, 2016
1 parent 2c71547 commit f14c524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -179,4 +179,4 @@ tag-component-%: component-% guard-VERSION guard-GITHUB_USER
git remote rm $*

# Top level alias for doing a release.
release: guard-VERSION guard-GITHUB_USER tag-release package publish components-tag
release: guard-VERSION guard-GITHUB_USER tag-release components-tag package publish

0 comments on commit f14c524

Please sign in to comment.