You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_INSTRUCTIONS.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,11 @@ or a predetermined release date is approaching
5
5
## GitHub
6
6
7
7
-[ ] Assign a developer to be responsible for the release deployment
8
-
-[ ] Create a release branch from dev
8
+
-[ ] Create a release branch from master
9
9
-[ ] Create a draft pull request for the release
10
10
-[ ] Add the Project Owner as a reviewer
11
11
-[ ] Copy this checklist into the draft pull request description
12
12
-[ ] Prepare the official release commit
13
-
-[ ] Bump version in the version.txt
14
13
-[ ] Move changes from the "Unreleased" section to the proper sections in the CHANGELOG.md
15
14
-[ ] Confirm all GitHub Actions tests pass
16
15
-[ ] Change the draft to pull request to "ready for review"
@@ -24,11 +23,9 @@ or a predetermined release date is approaching
24
23
25
24
### PyPI and BKP
26
25
27
-
-[ ] Reconfirm the version is correct in `version.txt`
28
-
-[ ] Set release version with "git tag v#.#.#" (e.g. "git tag v1.0.0", equivalent to the version you bumped to), this triggers circleci to publish ipfx to PyPI (deprecated, need to move to GitHub Actions)
29
-
-[ ] After release/deployment, merge master branch (bug fixes, document generation, etc.) back into dev and delete the release branch
26
+
-[ ] Set release version with "git tag v#.#.#" (e.g. "git tag v1.0.0"), this triggers circleci to publish ipfx to PyPI (deprecated, need to move to GitHub Actions)
30
27
-[ ] Build and deploy:
31
-
-[ ]`python setup.py sdist` and `python setup.py bdist_wheel`
0 commit comments