mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
chore: create release.yml (#5588)
* Create release.yml * chore: update release.yml
This commit is contained in:
26
.github/release.yml
vendored
Normal file
26
.github/release.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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:
|
||||
- "*"
|
||||
Reference in New Issue
Block a user