Update release drafter

This commit is contained in:
aditya.chandel
2025-08-10 13:06:32 -06:00
parent 15f1cd7c22
commit 9c797520a6

View File

@@ -2,33 +2,56 @@ 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: '📖 Documentation'
- title: '### 📦 Dependencies'
labels:
- 'docs'
- 'documentation'
- title: '⚙️ CI/CD'
- 'dependencies'
- 'dependency'
- 'deps'
- title: '### ⚙️ CI/CD'
labels:
- 'ci'
- 'cd'
- 'workflow'
- title: '### 📖 Documentation'
labels:
- 'docs'
- 'documentation'
- title: '### 🧪 Experimental'
labels:
- 'exploration'
- 'experimental'
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
template: |
## 🌟 Changes in this release:
$CHANGES
## 🌟 What's New in v$NEXT_PATCH_VERSION
Welcome to another exciting release of Booklore! 📚✨
$CHANGES
---
### 🐳 Docker Images
**Docker Hub:** `booklore/booklore:v$NEXT_PATCH_VERSION`
**GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v$NEXT_PATCH_VERSION`
---
**Full Changelog**: https://github.com/booklore-app/booklore/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION