Skip to content

docs(agents): document changelog CI gate and skip-changelog label#156

Merged
dviejokfs merged 1 commit into
mainfrom
docs/agents-changelog-convention
Jun 25, 2026
Merged

docs(agents): document changelog CI gate and skip-changelog label#156
dviejokfs merged 1 commit into
mainfrom
docs/agents-changelog-convention

Conversation

@dviejokfs

Copy link
Copy Markdown
Contributor

Summary

AGENTS.md already had an "Always update CHANGELOG.md" section, but it didn't mention the CI enforcement or the skip-changelog escape hatch. This adds both so the rule is actionable when opening a PR:

  • The changelog-check workflow fails any PR to main unless CHANGELOG.md is touched (with a valid ## [Unreleased] category) or the PR carries the skip-changelog label.
  • For every PR, do one of: add a changelog entry (default), or apply skip-changelog (gh pr edit <n> --add-label skip-changelog) when genuinely exempt (docs/CI/deps/refactor/test-only).
  • Notes that @temps-sdk/cli changes still need an entry despite versioning separately, tagged (\@temps-sdk/cli`, #PR)`.

Docs-only — carries the skip-changelog label itself (and serves as a worked example of it).

@dviejokfs dviejokfs merged commit 60a184a into main Jun 25, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant