Skip to content

Commit

Permalink
note to self in release.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 25, 2020
1 parent a6fdfc1 commit 1eddb99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/release.pl
Expand Up @@ -235,7 +235,12 @@ ($$)

print "Push dry-run...\n";
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\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";
unless($dopoint) {
print "Create new transifex branch and push the translations.\n";
print "Update the versions and release name in release spreadsheet.\n";
print "Package and update the website afterwards.\n";
}
print "WARNING: TRANSIFEX UPDATE SKIPPED!\n" if $skipts;


Expand Down

0 comments on commit 1eddb99

Please sign in to comment.