Skip to content

Commit

Permalink
push tags separately
Browse files Browse the repository at this point in the history
Git commit logs to IRC haven't been showing these commits.
I think doing both at same time is squelching it.
  • Loading branch information
aikar committed Nov 14, 2016
1 parent e800538 commit 31b1302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Expand Up @@ -21,5 +21,6 @@ git tag -a -m "$version" $version

./version.sh "$next"
git commit -m "Prepare for development $next" ${files[@]}
git push origin master
git push --tags origin master

0 comments on commit 31b1302

Please sign in to comment.