Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixDes authored Sep 9, 2023
2 parents 328dbb5 + 74ad397 commit c300ca0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '✨New Features'
labels:
- 'type:features'

- title: '🐛Bugs Fixes'
labels:
- 'type:fix'

- title: '📖Documentation'
labels:
- 'type:documentation'

- title: '⚙️Configuration'
labels:
- 'type:config'

change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES

0 comments on commit c300ca0

Please sign in to comment.