Skip to content

Commit ac8954d

Browse files
authored
docs: document ZeroVer release policy (#32)
2 parents 062a2f3 + 508bd39 commit ac8954d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing
2+
3+
## Release Policy
4+
5+
This project uses ZeroVer with the `0.Y.Z` format.
6+
7+
- The first PyPI release is `0.1.0`.
8+
- Increment `Y` for breaking changes to existing public API or CLI behavior, or for large feature changes that require users to update existing integrations or workflows.
9+
- Increment `Z` for backward-compatible features, including new public API or CLI additions, bug fixes, and small improvements that do not require users to change existing integrations.
10+
- Do not cut a release for documentation-only changes, or for internal-only changes that do not affect runtime behavior, public APIs, CLI behavior, packaging, or supported environments, unless those changes need to be published together with another releasable change.

0 commit comments

Comments
 (0)