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 611a954 commit a20de17Copy full SHA for a20de17
CONTRIBUTING.md
@@ -33,7 +33,7 @@ uv run -m coverage report
33
34
## How to release a new version
35
36
-Release pipeline runs every push to the `main` branch. It checks if version in `pyproject.toml` is greater than the
+Release pipeline runs every push to the `master` branch. It checks if version in `pyproject.toml` is greater than the
37
last release version. If it is, it will build a new release and upload it to PyPI and reflect it in a GitHub Release.
38
39
Version should be updated using `uv version` command. We strongly encourage using `--bump` option, which follows
0 commit comments