mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
27 lines
483 B
YAML
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:
|
|
- "*"
|