We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requirements-dev.txt
1 parent c8174a4 commit b801140Copy full SHA for b801140
RELEASE.md
@@ -24,8 +24,10 @@
24
1. `git push`
25
1. Merge back into `main` branch
26
1. Create `{minor-version}.latest` branch
27
+ - Update the branch names in `requirements-dev.txt` from `@{previous-version}.latest` (or `@main`) to `@{minor-version}.latest`
28
1. Bump the version in `main` to be the next minor alpha. Example:
29
- Minor releases: `bumpversion --no-tag --new-version 1.6.0a1 num`
30
+ - Update the branch names in `requirements-dev.txt` from `@{previous-version}.latest` to `@{minor-version}.latest` (or `@main`)
31
32
#### PyPI
33
0 commit comments