mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
release.pl: add update note for version-ltr.txt rewrite rule on qgis.org
This commit is contained in:
parent
efea53f512
commit
b25d09b838
@ -232,6 +232,7 @@ my $topush = join(" ", @topush);
|
|||||||
print "Push dry-run...\n";
|
print "Push dry-run...\n";
|
||||||
run( "git push -n --follow-tags origin $topush", "push dry run failed" );
|
run( "git push -n --follow-tags origin $topush", "push dry run failed" );
|
||||||
print "Now manually push and upload the tar balls:\n\tgit push --follow-tags origin $topush\n\trsync qgis-$version.tar.bz2* ssh.qgis.org:/var/www/downloads/\n";
|
print "Now manually push and upload the tar balls:\n\tgit push --follow-tags origin $topush\n\trsync qgis-$version.tar.bz2* ssh.qgis.org:/var/www/downloads/\n";
|
||||||
|
print "Update version-ltr.txt rewrite rule on website\n" if $doltr;
|
||||||
unless($dopoint) {
|
unless($dopoint) {
|
||||||
print "Create new transifex branch and push the translations.\n";
|
print "Create new transifex branch and push the translations.\n";
|
||||||
print "Update the versions and release name in release spreadsheet.\n";
|
print "Update the versions and release name in release spreadsheet.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user