Skip to content

Commit

Permalink
Merge pull request #3 from PoCInnovation/fix/update-relase-drafter
Browse files Browse the repository at this point in the history
Improve Release Drafter
  • Loading branch information
adrienfort authored Apr 6, 2022
2 parents 6467811 + 722f2ef commit ed09bee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@ name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'πŸš€ Features'
collapse-after: 5
labels:
- 'feature'
- 'enhancement'
- title: 'πŸ› Bug Fixes'
collapse-after: 5
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
collapse-after: 5
label: 'chore'
- title: '🧰 Documentation'
- title: 'πŸ“„ Documentation'
collapse-after: 5
label: 'documentation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Expand All @@ -30,4 +34,6 @@ version-resolver:
template: |
## Changes
[Describe this new release here]
$CHANGES

0 comments on commit ed09bee

Please sign in to comment.