Skip to content

Commit

Permalink
update release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Aug 29, 2021
1 parent 350e3cf commit 41ed031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Notes to keep track of the steps involved in making a new release.
- Section headers "### Bugfixes", "### Features", and "### Miscellaneous".
- Changes as bullet list under each section header, with a link to issue(s) at the end of each short description (if applicable).
- [ ] Ensure mkdocs pip requirements are installed by running Mycodo/env/bin/python -m pip install -r Mycodo/docs/requirements.txt
- [ ] Run ```mkdocs build``` to generate Mycodo/site/mycodo-manual.pdf
- [ ] Copy Mycodo/site/mycodo-manual.pdf to Mycodo/docs/mycodo-manual.pdf
- [ ] Run ```mkdocs build``` to generate Mycodo/docs/mycodo-manual.pdf
- [ ] Commit changes and wait for TravisCI to finish running pytests and verify all were successful.
- [ ] Clone Mycodo fresh to a new directory and ensure mkdocs pip requirements are installed by running: sudo Mycodo/mycodo/scripts/upgrade_commands.sh setup-virtualenv && Mycodo/env/bin/python -m pip install -r Mycodo/docs/requirements.txt
- [ ] Run ```mkdocs gh-deploy``` to generate and push docs to gh-pages branch (for https://kizniche.github.io/Mycodo)
- [ ] Optionally, a naive Mycodo system with code prior to the yet-to-be released version can be upgraded to master to test its ability to upgrade (useful if experimental database schema changes are being performed during the upgrade).
- [ ] Make GitHub Release
Expand Down

0 comments on commit 41ed031

Please sign in to comment.