chore(release): v0.9.26 "rabbit"

This commit is contained in:
Andy Joslin
2014-02-26 14:59:05 -05:00
parent 1995e1c70f
commit e209ec6c4d
18 changed files with 2245 additions and 1080 deletions

View File

@@ -52,7 +52,7 @@ function run {
echo "-- Committing and tagging ionic-bower"
git add -A
git commit -m "release: v$VERSION"
git tag v$VERSION
git tag -f v$VERSION
echo "-- Pushing ionic-bower"
cd $BOWER_DIR

View File

@@ -31,7 +31,7 @@ function prepare {
git add package.json bower.json component.json release CHANGELOG.md
git commit -m "chore(release): v$VERSION \"$CODENAME\""
git tag -m "v$VERSION" v$VERSION
git tag -f -m "v$VERSION" v$VERSION
echo "--"
echo "-- Version is now $VERSION, codename $CODENAME."