Commit a8014fb772b6b9e3fcd93a7d4010a5d1d0a40047
1 parent
7f41cfce
Exists in
master
and in
3 other branches
retirada do modo debug
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
scripts/generate_tag.sh
@@ -13,9 +13,7 @@ function gerar_tag_master { | @@ -13,9 +13,7 @@ function gerar_tag_master { | ||
13 | 13 | ||
14 | git tag -a $2 -m "Tag para sprint $2. Visualize o changelog no github em https://github.com/pensandoodireito/participacao-sitebase" | 14 | git tag -a $2 -m "Tag para sprint $2. Visualize o changelog no github em https://github.com/pensandoodireito/participacao-sitebase" |
15 | 15 | ||
16 | -# git push git@github.com:pensandoodireito/$1.git --tags | ||
17 | - | ||
18 | - git push git@github.com:marcoamarelo/$1.git --tags | 16 | + git push git@github.com:pensandoodireito/$1.git --tags |
19 | 17 | ||
20 | git push origin master | 18 | git push origin master |
21 | 19 |