Skip to content

Commit

Permalink
Updating to work with the latest version of chag
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Oct 27, 2014
1 parent 0b85606 commit 4af5031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -42,7 +42,7 @@ check_tag:
# prints out a diff of the last commit.
tag: check_tag
@echo Tagging $(TAG)
chag update -m '$(TAG) ()'
chag update $(TAG)
sed -i '' -e "s/VERSION = '.*'/VERSION = '$(TAG)'/" src/Aws/Common/Aws.php
php -l src/Aws/Common/Aws.php
git commit -a -m '$(TAG) release'
Expand Down

0 comments on commit 4af5031

Please sign in to comment.