Skip to content

Commit

Permalink
improve release-drafter (#41)
Browse files Browse the repository at this point in the history
* add filter by commitish

* added labels to exclude certain PRs
  • Loading branch information
manorit2001 committed May 20, 2021
1 parent 069af7a commit c77ce4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
filter-by-commitish: true
categories:
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
label: fix
exclude-labels:
- 'automated-pr'
- 'dev-work'
- 're-fix-pr'
template: |
## What’s Changed
Expand Down

0 comments on commit c77ce4f

Please sign in to comment.