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.
1 parent 0112074 commit 713a86dCopy full SHA for 713a86d
README.md
@@ -187,6 +187,8 @@ To prepare a new release, use the provided script:
187
./scripts/release.sh <new_version>
188
```
189
190
+> Note: Do **not** include a leading `v` in the version (e.g. use `1.1`, **not** `v1.1`)
191
+
192
The script automates creating a release branch, bumping the version in
193
`pyproject.toml`, and updating the lock file.
194
Open a PR with the release branch.
0 commit comments