Commit 575e4f1a8fb4d528876748ae611968865d6fe3a6

Authored by Perry Werneck
1 parent 748664e3
Exists in master and in 1 other branch develop

Updating pushtag script.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
pushtag.sh
... ... @@ -24,6 +24,7 @@ git checkout master
24 24 git merge origin/master
25 25  
26 26 git tag -f ${1}
  27 +git push -f --tags
27 28  
28 29 for repo in $(git remote -v | grep -v origin | grep "(push)" | awk '{print $1}')
29 30 do
... ...