Files
blockly/.github/release.yml
Rachel Fenichel 47a8e5d21d chore: create release.yml (#5588)
* Create release.yml

* chore: update release.yml
2021-10-20 15:35:52 -07:00

27 lines
483 B
YAML

# release.yml
changelog:
exclude:
labels:
- ignore-for-release
authors:
- dependabot
categories:
- title: Breaking Changes 🛠
labels:
- breaking change
- title: New Features
labels:
- "PR: feature"
- title: Bug fixes
labels:
- "PR: fix"
- title: Cleanup ♻️
labels:
- "PR: chore"
- "PR: docs"
- "PR: refactor"
- title: Other Changes
labels:
- "*"