File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,11 +211,11 @@ ($$)
211
211
run( " git commit -a -m 'Bump version to $newmajor .$newminor '" , " bump version failed" );
212
212
}
213
213
214
- my $topush = ($dopoint ? " " : " master " ) . " $relbranch $reltag $ltrtag " ;
214
+ my $topush = ($dopoint ? " " : " master " ) . " $relbranch " ;
215
215
216
216
print " Push dry-run...\n " ;
217
- run( " git push -n origin $topush " , " push dry run failed" );
218
- print " Now manually push and upload the tarballs :\n\t git push origin $topush \n\t rsync qgis-$version .tar.bz2* qgis.org:/var/www/downloads/\n\n " ;
217
+ run( " git push -n --follow-tags origin $topush " , " push dry run failed" );
218
+ print " Now manually push and upload the tarballs :\n\t git push --follow-tags origin $topush \n\t rsync qgis-$version .tar.bz2* qgis.org:/var/www/downloads/\n\n " ;
219
219
220
220
221
221
=head1 NAME
You can’t perform that action at this time.
0 commit comments