mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Update drafter
This commit is contained in:
18
.github/release-drafter.yml
vendored
18
.github/release-drafter.yml
vendored
@@ -2,36 +2,36 @@ name-template: 'v$NEXT_PATCH_VERSION 🌟'
|
||||
tag-template: 'v$NEXT_PATCH_VERSION'
|
||||
|
||||
categories:
|
||||
- title: '### 🚀 New Features'
|
||||
- title: '🚀 New Features'
|
||||
labels:
|
||||
- 'feature'
|
||||
- title: '### ✨ Enhancements'
|
||||
- title: '✨ Enhancements'
|
||||
labels:
|
||||
- 'enhancement'
|
||||
- title: '### 🐛 Bug Fixes'
|
||||
- title: '🐛 Bug Fixes'
|
||||
labels:
|
||||
- 'bug'
|
||||
- 'fix'
|
||||
- title: '### 🛠️ Refactoring & Maintenance'
|
||||
- title: '🛠️ Refactoring & Maintenance'
|
||||
labels:
|
||||
- 'refactor'
|
||||
- 'cleanup'
|
||||
- 'chore'
|
||||
- title: '### 📦 Dependencies'
|
||||
- title: '📦 Dependencies'
|
||||
labels:
|
||||
- 'dependencies'
|
||||
- 'dependency'
|
||||
- 'deps'
|
||||
- title: '### ⚙️ CI/CD'
|
||||
- title: '⚙️ CI/CD'
|
||||
labels:
|
||||
- 'ci'
|
||||
- 'cd'
|
||||
- 'workflow'
|
||||
- title: '### 📖 Documentation'
|
||||
- title: '📖 Documentation'
|
||||
labels:
|
||||
- 'docs'
|
||||
- 'documentation'
|
||||
- title: '### 🧪 Experimental'
|
||||
- title: '🧪 Experimental'
|
||||
labels:
|
||||
- 'exploration'
|
||||
- 'experimental'
|
||||
@@ -41,8 +41,6 @@ change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
|
||||
template: |
|
||||
## 🌟 What's New in v$NEXT_PATCH_VERSION
|
||||
|
||||
Welcome to another exciting release of Booklore! 📚✨
|
||||
|
||||
$CHANGES
|
||||
|
||||
### 🐳 Docker Images
|
||||
|
||||
Reference in New Issue
Block a user