Skip to content

Commit 577a300

Browse files
authored
docs: note docs/chore changes do not trigger a release (#14)
Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
1 parent a225156 commit 577a300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The drift-check workflow enforces these on every push and PR.
117117
1. **Update docs** if you change skill or rule lists, content counts, or versioning (`README.md`, `CLAUDE.md`, `ROADMAP.md` as appropriate). The release workflow rewrites `CHANGELOG.md`, `CLAUDE.md` `**Version:**` line, and `ROADMAP.md` `**Current:**` line automatically when a `feat:` or `fix:` commit lands on `main`, so only edit those files for content beyond the version markers.
118118
2. **Open a PR** against `main` with a clear title and summary of changes.
119119
3. **Use Conventional Commits** for the PR title (and the squash-merge subject, which is what the release workflow scans). Prefixes: `feat:` (minor bump), `fix:` (patch bump), `feat!:` / `fix!:` / `BREAKING CHANGE` (major bump), `chore:` / `docs:` / `ci:` / `refactor:` (no release — the workflow runs and exits without tagging). A mixed range still releases if any commit since the last tag is a `feat:`/`fix:`. `[skip ci]` remains an optional override and is no longer required to avoid a release for non-release commits.
120-
4. **Respond to review** feedback; CI must pass before merge.
120+
4. **Respond to review** feedback; CI must pass before merge. Documentation-only and chore changes do not trigger a release.
121121

122122
## Developer Certificate of Origin and Inbound License Grant
123123

0 commit comments

Comments
 (0)