Difference between revisions of "Release Checklist"

From Mudlet
Jump to navigation Jump to search
(→‎Mudlet release checklist: add item about English (American) translation)
Line 2: Line 2:
 
# 5 days before the release
 
# 5 days before the release
 
## ☐ update <code>mudlet.ts</code> with the latest translations strings for translators to translate (using Q 5.12.2+ <code>lupdate ./src/ -ts ./translations/mudlet.ts</code>), NB the <code>-recursive</code> option is not needed as it is the default option.
 
## ☐ update <code>mudlet.ts</code> with the latest translations strings for translators to translate (using Q 5.12.2+ <code>lupdate ./src/ -ts ./translations/mudlet.ts</code>), NB the <code>-recursive</code> option is not needed as it is the default option.
## ☐ after [https://github.com/Mudlet/Mudlet/pull/2330 PR2330] is merged: also update <code>mudlet_en_US.ts</code> with the latest translation strings, translate/update the few plural forms it contains as necessary and then generate the binary translation <code>mudlet_en_US.qm</code> file and merge it into the repo (see [https://wiki.mudlet.org/w/Translating_Mudlet#English_.28American.29_translation Translating Mudlet - English (American) translation]).
+
## ☐ update <code>mudlet_en_US.ts</code> with the latest translation strings, translate/update the few plural forms it contains as necessary and then generate the binary translation <code>mudlet_en_US.qm</code> file and merge it into the repo (see [https://wiki.mudlet.org/w/Translating_Mudlet#English_.28American.29_translation Translating Mudlet - English (American) translation]).
 
## ☐ merge outstanding approved pull requests
 
## ☐ merge outstanding approved pull requests
 
## ☐ create a new <code>release-<version></code> branch off <code>development</code>
 
## ☐ create a new <code>release-<version></code> branch off <code>development</code>

Revision as of 07:11, 16 March 2019

Mudlet release checklist

  1. 5 days before the release
    1. ☐ update mudlet.ts with the latest translations strings for translators to translate (using Q 5.12.2+ lupdate ./src/ -ts ./translations/mudlet.ts), NB the -recursive option is not needed as it is the default option.
    2. ☐ update mudlet_en_US.ts with the latest translation strings, translate/update the few plural forms it contains as necessary and then generate the binary translation mudlet_en_US.qm file and merge it into the repo (see Translating Mudlet - English (American) translation).
    3. ☐ merge outstanding approved pull requests
    4. ☐ create a new release-<version> branch off development
    5. ☐ go through every single commit and ensure all new functionality is documented
    6. ☐ update http://www.mudlet.org/geyser/files/index.html (need to document how to upload)
    7. ☐ update built-in packages and scripts
    8. ☐ update edbee to latest
    9. ☐ go through every single commit and write up a newspost with the latest highlights
  2. on release day
    1. ☐ create a new release in dblsqd
    2. ☐ merge latest translations from Crowdin
    3. ☐ merge latest autocomplete json
    4. ☐ update mudlet.pro and CMakeLists.txt to new version and strip out BUILD to be empty in release branch (release process starts here)
    5. ☐ tag in git
    6. ☐ reset BUILD in release branch to be -dev
    7. ☐ test that all binaries launch and work
    8. ☐ close github milestone
    9. update downloads on mudlet.org
    10. ☐ post news on mudlet.org
    11. ☐ post news to https://launchpad.net/mudlet
    12. ☐ make a proper github release (use turndown to convert release post html to markdown)
    13. ☐ post thread on forums.mudlet.org
    14. ☐ post update on achaea, starmourn, imperian, mudconnect.com, topmudsites.com forums, softpedia
    15. ☐ post update on twitter, mud.social, reddit, http://arkadia.rpg.pl, torilmud, muder.ru
    16. ☐ submit mudlet windows installer to avg and avast whitelisting
    17. ☐ merge, don't squash or rebase, the release branch into development (ensure -dev suffix is present)
    18. ☐ merge development into master branch
    19. ☐ update Linux distro maintainers, flag package outdated on arch (release process ends here)

Individual contributor TODOs