docs: note pre-1.0 versioning policy in CONTRIBUTING - #7
Merged
Conversation
Greptile SummaryAdds contributor documentation describing OpenHWP’s pre-1.0 versioning policy.
Confidence Score: 5/5The PR appears safe to merge with no actionable issues identified. The documentation-only change describes the repository’s pre-1.0 release policy without altering runtime, build, or release configuration. Important Files Changed
Reviews (1): Last reviewed commit: "docs: note pre-1.0 versioning policy in ..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a short Versioning section to CONTRIBUTING documenting that OpenHWP is pre-1.0 and how release-please derives versions (feat→minor, fix→patch, breaking→minor while 0.x).
This PR's squash commit also carries a
Release-As: 0.1.0trailer to force the initial release version: release-please bootstraps the first release of a 0.0.0 project to 1.0.0 by default, which is wrong for a Phase 1 scaffold. The trailer is one-shot (unlike a persistentrelease-asconfig), so after 0.1.0 is cut, future versions compute normally. Once merged, release-please updates release PR #2 from 1.0.0 → 0.1.0.Summary by cubic
Add a Versioning section to CONTRIBUTING that explains our pre‑1.0 policy and how
release-pleasemaps Conventional Commits (feat→minor, fix→patch, breaking→minor in 0.x). Also set the initial release to 0.1.0 so we don’t auto‑bootstrap to 1.0.0.Written for commit fef39ec. Summary will update on new commits.