Skip to content

Commit

Permalink
tag with vX.X.X so travis recognises the version
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Jan 20, 2017
1 parent ffa7d34 commit 657a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -13,7 +13,7 @@ git add CHANGELOG.md DOCUMENTATION.md package.json
git commit -m "release version $1"
git checkout master
git merge --no-ff -m "merge release/$1 into master" release/$1
git tag $1
git tag v$1
git push
git checkout develop
git merge --no-ff -m "merge release/$1 into develop" release/$1
Expand Down

0 comments on commit 657a304

Please sign in to comment.