Skip to content

Commit

Permalink
Edit release note drafting format
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 5, 2024
1 parent 5557fee commit c32c5c9
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'

categories:
- title: 'Features πŸš€'
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'enhancement'
- title: 'Bug Fixes πŸ›'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 'Maintenance 🧰'
label: 'chore'
- title: 'Documentation πŸ“š'
label: 'documentation'
- title: 'Android πŸ“±'

- title: 'πŸ“± Android'
label: 'android'
- title: 'Ios ο£Ώ'

- title: 'ο£Ώ Ios'
label: 'ios'

- title: 'πŸ–₯ Desktop'
label: 'desktop'

- title: 'πŸ› Bug Fixes'
label: 'bugfix'

- 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:
major:
labels:
Expand All @@ -31,6 +39,7 @@ version-resolver:
labels:
- 'patch'
default: patch

template: |
## What’s Changed
Expand Down

0 comments on commit c32c5c9

Please sign in to comment.