Skip to content

Commit

Permalink
Create release as per PR labels
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 1, 2024
1 parent f8cdf30 commit 4aca5d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'πŸš€ Features'
- title: 'Features πŸš€'
labels:
- 'feature'
- 'enhancement'
- title: 'πŸ› Bug Fixes'
- title: 'Bug Fixes πŸ›'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
- title: 'Maintenance 🧰'
label: 'chore'
- title: 'Documentation πŸ“š'
label: 'documentation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand Down

0 comments on commit 4aca5d6

Please sign in to comment.