Difference between revisions of "Release Checklist"

From Mudlet
Jump to navigation Jump to search
Line 24: Line 24:
 
# add vadi2/mudlet-lua as a submodule to main tree
 
# add vadi2/mudlet-lua as a submodule to main tree
 
# merge release_31 into development and remove the branch
 
# merge release_31 into development and remove the branch
 +
# apply clang-format to all files
 +
# enforce clang-format on commit & pr acceptance
 
# work on 4.0 and add i18n support
 
# work on 4.0 and add i18n support

Revision as of 07:18, 25 February 2017

New release checklist

  1. update Mudlet/mudlet-lua with latest from vadi2/mudlet-lua
  2. update built-in packages and scripts
  3. tag in git
  4. go through every single commit and write up a newspost with the latest highlights
    1. check wiki documentation while doing this to ensure everything is documented
    2. document if not
  5. make windows installer
    1. sign windows installer
  6. make macos installer
  7. make linux installer
  8. update Ubuntu PPA
  9. regenerate geyser docs
  10. post news on mudlet.org
  11. post thread on forums.mudlet.org
  12. post update on achaea, lusternia, imperian, dsl-mud.org forums (any others?)
  13. post update on twitter
  14. post update on facebook

Post 3.0 checklist

  1. merge release_30 into development and remove the branch
  2. migrate the project from launchpad.net to github.com (help wanted)
  3. upgrade mudlet.org linode image (help wanted)
  4. add vadi2/mudlet-lua as a submodule to main tree
  5. merge release_31 into development and remove the branch
  6. apply clang-format to all files
  7. enforce clang-format on commit & pr acceptance
  8. work on 4.0 and add i18n support