Skip to content

Commit fb21e43

Browse files
committed
RELEASE_INSTRUCTIONS.md: Update them
We don't use a dev branch anymore and also version.txt is gone. Mention also the switch from setuptools to hatch.
1 parent b1aa9b9 commit fb21e43

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

RELEASE_INSTRUCTIONS.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ or a predetermined release date is approaching
55
## GitHub
66

77
- [ ] Assign a developer to be responsible for the release deployment
8-
- [ ] Create a release branch from dev
8+
- [ ] Create a release branch from master
99
- [ ] Create a draft pull request for the release
1010
- [ ] Add the Project Owner as a reviewer
1111
- [ ] Copy this checklist into the draft pull request description
1212
- [ ] Prepare the official release commit
13-
- [ ] Bump version in the version.txt
1413
- [ ] Move changes from the "Unreleased" section to the proper sections in the CHANGELOG.md
1514
- [ ] Confirm all GitHub Actions tests pass
1615
- [ ] Change the draft to pull request to "ready for review"
@@ -24,11 +23,9 @@ or a predetermined release date is approaching
2423

2524
### PyPI and BKP
2625

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)
3027
- [ ] Build and deploy:
31-
- [ ] `python setup.py sdist` and `python setup.py bdist_wheel`
28+
- [ ] `hatch build`
3229
- [ ] `twine upload dist/* --verbose --config-file ~/.pypirc`
3330
- [ ] Announce release on https://community.brain-map.org
3431

0 commit comments

Comments
 (0)