Skip to content

Commit

Permalink
Add variants
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Oct 12, 2023
1 parent f76cd4e commit bc13a8a
Show file tree
Hide file tree
Showing 31 changed files with 2,079 additions and 4 deletions.
49 changes: 49 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'enhancement'
- 'change'
- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'bug'
- title: 'πŸ–ŠοΈ Refactors'
labels:
- 'refactor'
- title: 'πŸ‘— Style'
labels:
- 'style'
- title: 'πŸ“ Documentation'
labels:
- 'docs'
- 'documentation'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'breaking'
minor:
labels:
- 'feature'
- 'enhancement'
- 'change'
- 'refactor'
patch:
labels:
- 'fix'
- 'bug'
- 'style'
- 'docs'
- 'documentation'
- 'chore'
default: patch
sort-by: title
template: |
## Changes
$CHANGES
Loading

0 comments on commit bc13a8a

Please sign in to comment.