Skip to content

Commit

Permalink
Merge pull request #1 from theohbrothers/feature/add-1.23.4-1.24.0-an…
Browse files Browse the repository at this point in the history
…d-1.25.3-variants

Feature: Add 1.23.4, 1.24.0, and 1.25.3 variants
  • Loading branch information
leojonathanoh committed Dec 5, 2023
2 parents dac95a1 + cde3f88 commit f286ac0
Show file tree
Hide file tree
Showing 13 changed files with 773 additions and 15 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 f286ac0

Please sign in to comment.