-
-
Notifications
You must be signed in to change notification settings - Fork 23
Release Checklist
Phil25 edited this page Oct 21, 2023
·
16 revisions
This checklist is for me so I won't forget anything when releasing a new version.
- 7 files need to be changed to add a new perk:
- Perk's source file
- rtd2_perks.default.cfg
- includes.sp
- rtd2_perks.phrases.txt
- manager.sp (optional)
- rtd2.phrases.txt (optional)
- updater.txt (do it at the end)
- Bump version in rtd.sp.
- Update updater.txt and the SMX file.
- Package everything into a zip file using
makezip.sh
. - Update README.md, increase the perk count if necessary.
- Update the wiki:
- Create new tag and release with the new .zip file.
- Merge the new tag into the
updater
branch which will trigger a deployment to GitHub Pages. - Update the AlliedModders thread:
- bump version,
- edit title,
- update download link,
- write release post.
- ???
- Profit.