From ef040477453e2d24ffcb384138c7d4b2250d116a Mon Sep 17 00:00:00 2001 From: krypton-byte Date: Wed, 1 Apr 2026 18:58:09 +0700 Subject: [PATCH 1/2] docs: update section title in contributing guidelines for clarity --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 3bc6c04f8ce84802947c45ad9e9b8735ec615918 Mon Sep 17 00:00:00 2001 From: krypton-byte Date: Wed, 1 Apr 2026 19:17:08 +0700 Subject: [PATCH 2/2] feat(test): test --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] +