Skip to content

Commit a20de17

Browse files
committed
Fix branch name typo
1 parent 611a954 commit a20de17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ uv run -m coverage report
3333

3434
## How to release a new version
3535

36-
Release pipeline runs every push to the `main` branch. It checks if version in `pyproject.toml` is greater than the
36+
Release pipeline runs every push to the `master` branch. It checks if version in `pyproject.toml` is greater than the
3737
last release version. If it is, it will build a new release and upload it to PyPI and reflect it in a GitHub Release.
3838

3939
Version should be updated using `uv version` command. We strongly encourage using `--bump` option, which follows

0 commit comments

Comments
 (0)