Skip to content

Commit

Permalink
push tags in release
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Jan 20, 2017
1 parent d953506 commit abff967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Expand Up @@ -17,6 +17,7 @@ git add CHANGELOG.md
git commit --amend -m "merge release/$1 into master"
git tag v$1
git push
git push origin v$1
git checkout develop
git merge --no-ff -m "merge release/$1 into develop" release/$1
git diff develop master -- CHANGELOG.md > patchfile
Expand Down

0 comments on commit abff967

Please sign in to comment.