File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ ($$)
202
202
run( " git commit -a -m 'Bump version to $newmajor .$newminor '" , " bump version failed" );
203
203
}
204
204
205
- my $topush = ($dopoint ? " " : " master " ) . " $relbranch $reltag $ltrtag " ;
205
+ my $topush = ($dopoint ? " " : " master " ) . " $relbranch " ;
206
206
207
207
print " Push dry-run...\n " ;
208
- run( " git push -n origin $topush " , " push dry run failed" );
209
- 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 " ;
208
+ run( " git push -n --follow-tags origin $topush " , " push dry run failed" );
209
+ 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 " ;
210
210
211
211
212
212
=head1 NAME
You can’t perform that action at this time.
0 commit comments