mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(release): Maybe I broke it
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 #"
|
||||
|
||||
Reference in New Issue
Block a user