qwen-code/.github/release.yml
易良 1a59f207bf
chore: add .github/release.yml to support skip-changelog label (#4327)
* chore: add .github/release.yml to support skip-changelog label

* chore: add comments explaining release.yml purpose

* fix(lint): quote string value in release.yml for yamllint
2026-05-20 22:30:52 +08:00

6 lines
193 B
YAML

# Configuration for GitHub's automatic release notes generation
# PRs with 'skip-changelog' label will be excluded from release notes
changelog:
exclude:
labels:
- 'skip-changelog'