chore: create release.yml (#5588)

* Create release.yml

* chore: update release.yml
This commit is contained in:
Rachel Fenichel
2021-10-20 15:35:52 -07:00
committed by GitHub
parent cce03e9d71
commit 47a8e5d21d

26
.github/release.yml vendored Normal file
View 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:
- "*"