Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Include:
- If commits do not qualify (for example docs/chore only), release is a no-op and no publish is triggered.
- New `vX.Y.Z` tags trigger the CI workflow that builds multi-platform wheels and publishes to PyPI.

## Simple Trigger Guide (No-Ribet)
## Simple Trigger Guide

Use this rule of thumb for automatic versioning:

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ allowed_tags = [
"test",
]
minor_tags = ["feat"]
patch_tags = ["fix", "perf"]
patch_tags = ["fix", "perf"]

Loading