Skip to content

Commit

Permalink
doc : RELEASE.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 6, 2024
1 parent bb74f23 commit a360c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Otherfiles/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# PyCM Release Instructions

**Last Update: 2024-07-31**
**Last Update: 2024-08-06**

1. Create the `release` branch under `dev`
2. Update all version tags
Expand All @@ -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` (requirements: `Otherfiles/doc-requirements.txt`)
1. Run `Otherfiles/notebook_run.py` (requirements: `Otherfiles/doc-requirements.txt`, Python <= 3.9)
6. Create a PR from `release` to `dev`
1. Title: `Version x.x` (Example: `Version 0.1`)
2. Tag all related issues
Expand All @@ -43,7 +43,7 @@
11. Close milestone
12. Close project
13. Generate HTML files
1. Run `Otherfiles/notebook_to_html.py` (requirements: `Otherfiles/doc-requirements.txt`)
1. Run `Otherfiles/notebook_to_html.py` (requirements: `Otherfiles/doc-requirements.txt`, Python <= 3.9)
2. Copy `doc` folder for the next steps
14. Update website
1. `git checkout gh-pages`
Expand Down

0 comments on commit a360c39

Please sign in to comment.