Difference between revisions of "Release Steps"

From The Battle for Wesnoth Wiki
(Created page with " Category:Release_Notes")
 
Line 1: Line 1:
 +
== Pre-release (stable only) ==
 +
* Start the string freeze two weeks before the release.
 +
* Do the pot update:
 +
* Email the translator's mailing list stating that the string freeze is starting.
  
 +
<nowiki>
 +
scons pot-update update-po4a manual
 +
git add -A
 +
git commit -am "pot-update and regenerate doc files"
 +
</nowiki>
  
 
[[Category:Release_Notes]]
 
[[Category:Release_Notes]]

Revision as of 03:19, 25 September 2022

Pre-release (stable only)

  • Start the string freeze two weeks before the release.
  • Do the pot update:
  • Email the translator's mailing list stating that the string freeze is starting.

scons pot-update update-po4a manual git add -A git commit -am "pot-update and regenerate doc files"