diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a855cc1..939bb7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/pyproject.toml b/pyproject.toml index d663e68..a4f87ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,4 +108,5 @@ allowed_tags = [ "test", ] minor_tags = ["feat"] -patch_tags = ["fix", "perf"] \ No newline at end of file +patch_tags = ["fix", "perf"] +