Skip to content

Commit

Permalink
✨ Create release notes config (#163)
Browse files Browse the repository at this point in the history
✨ Create .github/release.yml

Co-authored-by: stoe[bot] <78651859+stoe[bot]@users.noreply.github.com>
  • Loading branch information
stoe[bot] committed Jan 2, 2023
1 parent 285111f commit 33b5a18
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
changelog:
exclude: {}
categories:
- title: 'Changes 📦'
labels: []

- title: 'Bug Fixes 🐛'
labels:
- 'bug :bug:'
- 'bug 🐛'

- title: 'Features 🚀'
labels:
- 'feature-request :construction:'
- 'feature-request 🚧'

- title: 'Dependency Updates 🆙'
labels:
- 'dependency :robot:'
- 'dependency 🤖'
- 'github-action :robot:'
- 'github-action 🤖'

0 comments on commit 33b5a18

Please sign in to comment.