diff --git a/Otherfiles/RELEASE.md b/Otherfiles/RELEASE.md index 5f09ffc9..3fec6786 100644 --- a/Otherfiles/RELEASE.md +++ b/Otherfiles/RELEASE.md @@ -1,7 +1,7 @@ # PyCM Release Instructions -**Last Update: 2024-07-28** +**Last Update: 2024-07-31** 1. Create the `release` branch under `dev` 2. Update all version tags @@ -18,7 +18,7 @@ 4. Update `.github/ISSUE_TEMPLATE/bug_report.yml` 1. Add new version tag to `PyCM version` dropbox options 5. Update Document - 1. Run `Otherfiles/notebook_run.py` + 1. Run `Otherfiles/notebook_run.py` (requirements: `Otherfiles/doc-requirements.txt`) 6. Create a PR from `release` to `dev` 1. Title: `Version x.x` (Example: `Version 0.1`) 2. Tag all related issues @@ -43,7 +43,7 @@ 11. Close milestone 12. Close project 13. Generate HTML files - 1. Run `Otherfiles/notebook_to_html.py` + 1. Run `Otherfiles/notebook_to_html.py` (requirements: `Otherfiles/doc-requirements.txt`) 2. Copy `doc` folder for the next steps 14. Update website 1. `git checkout gh-pages`