Pepperminty-Wiki/docs/08-Making-A-Release.md

21 lines
910 B
Markdown
Raw Normal View History

# Making a Release
This page contains a few notes about making a release of Pepperminty Wiki. These notes are intended to remind me of things I need to do, but you may find them useful.
2016-07-05 14:53:13 +00:00
The following things need to be done to prepare for a release:
- Check for outstanding issues
- Check the changelog
- Make sure that the README is up to date
- Make sure that Pepperminty Wiki actually works
2019-11-19 21:23:39 +00:00
- Make sure that the [downloader actually works](https://github.com/sbrl/Pepperminty-Wiki/releases/tag/v0.19.1-hotfix1)
- Bump the version:
- In the `version` file
- In the changelog
- In `apidoc.json` (TODO: Automate this?)
2019-08-28 23:39:41 +00:00
- In `package.json` (TODO: Automate this?)
2019-09-20 10:24:12 +00:00
- (Stable releases only):
2019-01-05 22:28:30 +00:00
- Pull down changes to update [online downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php)
- Ensure docs are up-to-date
2018-05-05 20:55:48 +00:00
- Update wikimatrix
2016-07-05 14:53:13 +00:00
- Write & publish the release