We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 99e5352 commit 919c54eCopy full SHA for 919c54e
scripts/release.pl
@@ -211,11 +211,11 @@ ($$)
211
run( "git commit -a -m 'Bump version to $newmajor.$newminor'", "bump version failed" );
212
}
213
214
-my $topush = ($dopoint ? "" : "master ") . "$relbranch $reltag $ltrtag";
+my $topush = ($dopoint ? "" : "master ") . "$relbranch";
215
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\tgit push origin $topush\n\trsync qgis-$version.tar.bz2* qgis.org:/var/www/downloads/\n\n";
+run( "git push -n --follow-tags origin $topush", "push dry run failed" );
+print "Now manually push and upload the tarballs :\n\tgit push --follow-tags origin $topush\n\trsync qgis-$version.tar.bz2* qgis.org:/var/www/downloads/\n\n";
219
220
221
=head1 NAME
0 commit comments