Skip to content

Commit 89bc3db

Browse files
committed
Added reminder in README
1 parent 82ec414 commit 89bc3db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ This repo uses the [Main-QA-Production](https://github.com/NYPL/engineering-gene
100100
- Cut a feature branch off of `main`
101101
- Commit changes to your feature branch
102102
- File a pull request against `main` and assign a reviewer (who must be an owner)
103-
- Include relevant updates to pyproject.toml and README
103+
- Include relevant updates to pyproject.toml and README
104+
- If you're planning to cut a release, remember to update **project version** in pyproject.toml!
104105
- In order for the PR to be accepted, it must pass all unit tests, have no lint issues, and update the CHANGELOG (or contain the `Skip-Changelog` label in GitHub)
105106
- After the PR is accepted, merge into `main`
106107
- Merge `main` > `qa`

0 commit comments

Comments
 (0)