Skip to content

Commit

Permalink
Adding components as a target after publishing the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 1, 2014
1 parent 5b84eed commit cedb85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -156,6 +156,8 @@ publish: guard-VERSION guard-GITHUB_USER dist/cakephp-$(DASH_VERSION).zip
rm release.json
rm id.txt

# Tasks for publishing separate reporsitories out of each cake namespace

components: $(foreach component, $(COMPONENTS), component-$(component))

component-%:
Expand All @@ -168,4 +170,4 @@ component-%:
git checkout $(CURRENT_BRANCH) > /dev/null

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

0 comments on commit cedb85c

Please sign in to comment.