chore(release): Maybe I broke it

This commit is contained in:
Peter Collins
2014-02-10 15:43:37 -06:00
parent b3c8f90149
commit 7cc3b543c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "ionic",
"private": false,
"version": "0.9.24-alpha-7322-13809-13288-6754-12323",
"version": "0.9.24-alpha-7322-13809-13288-6754-12323-4765",
"codename": "peleguin",
"devDependencies": {
"grunt": "~0.4.1",

View File

@@ -53,7 +53,7 @@ function run {
# If latest commit message starts with 'chore(release):' it's a release
COMMIT_MESSAGE=$(git log --format=%B -n 1 $TRAVIS_COMMIT | head -c 15)
if [[ "$COMMIT_MESSAGE" == "chore(release)" ]]; then
if [[ "$COMMIT_MESSAGE" == "chore(release:" ]]; then
IS_RELEASE=true
echo "##################################"
echo "# Pushing out a new full release #"