Difference between revisions of "Release Checklist"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
# apply clang-format to all files | # apply clang-format to all files | ||
# enforce clang-format on commit & pr acceptance | # enforce clang-format on commit & pr acceptance | ||
− | # | + | # in general, 4.0 is about i18n support - but as always, feel free to work on whatever interests you |
Revision as of 05:33, 27 February 2017
New release checklist
- update Mudlet/mudlet-lua with latest from vadi2/mudlet-lua
- update http://www.mudlet.org/geyser/index.html
- update built-in packages and scripts
- tag in git
- go through every single commit and write up a newspost with the latest highlights
- check wiki documentation while doing this to ensure everything is documented
- document if not
- make windows installer
- sign windows installer
- make macos installer
- make linux installer
- update Ubuntu PPA
- regenerate geyser docs
- post news on mudlet.org
- post thread on forums.mudlet.org
- post update on achaea, lusternia, imperian, dsl-mud.org forums (any others?)
- post update on twitter
- post update on facebook
Post 3.0 checklist
- merge release_30 into development and remove the branch
- migrate the project from launchpad.net to github.com (help wanted)
- upgrade mudlet.org linode image (help wanted)
- add vadi2/mudlet-lua as a submodule to main tree
- merge release_31 into development and remove the branch
- apply clang-format to all files
- enforce clang-format on commit & pr acceptance
- in general, 4.0 is about i18n support - but as always, feel free to work on whatever interests you