mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-10 01:29:17 +00:00
* 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
6 lines
193 B
YAML
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'
|