docs: skip generated model catalog changes in changelog audit prompt

This commit is contained in:
Mario Zechner 2026-02-25 23:42:57 +01:00
parent 757d36a41b
commit 333ded7f26

View file

@ -22,6 +22,7 @@ Audit changelog entries for all commits since the last release.
4. **For each commit, check:** 4. **For each commit, check:**
- Skip: changelog updates, doc-only changes, release housekeeping - Skip: changelog updates, doc-only changes, release housekeeping
- Skip: changes to generated model catalogs (for example `packages/ai/src/models.generated.ts`) unless accompanied by an intentional product-facing change in non-generated source/docs.
- Determine which package(s) the commit affects (use `git show <hash> --stat`) - Determine which package(s) the commit affects (use `git show <hash> --stat`)
- Verify a changelog entry exists in the affected package(s) - Verify a changelog entry exists in the affected package(s)
- For external contributions (PRs), verify format: `Description ([#N](url) by [@user](url))` - For external contributions (PRs), verify format: `Description ([#N](url) by [@user](url))`