Skip to content

Commit

Permalink
chore: create release.yml (#5588)
Browse files Browse the repository at this point in the history
* Create release.yml

* chore: update release.yml
  • Loading branch information
rachel-fenichel authored Oct 20, 2021
1 parent cce03e9 commit 47a8e5d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"

0 comments on commit 47a8e5d

Please sign in to comment.