Skip to content

Commit

Permalink
add .github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Sep 1, 2022
1 parent 0b57c69 commit 35a9ab6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- done
- breaking-change
- title: Exciting New Features 🎉
labels:
- enhancement
- title: Removing bugs 🐛
labels:
- bug
- title: Other Changes 🚀
labels:
- "*"

0 comments on commit 35a9ab6

Please sign in to comment.