Add ‘Other’, ‘Refactoring’, and ‘Documentation’ categories to release drafter template

This commit is contained in:
adityachandelgit
2025-04-21 17:17:29 -06:00
committed by Aditya Chandel
parent 290a85e0d8
commit 7d5829bd7f

View File

@@ -1,4 +1,4 @@
name-template: 'v$NEXT_PATCH_VERSION 🌟'
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
@@ -23,9 +23,31 @@ categories:
- 'ci'
- 'cd'
- 'workflow'
- title: '🗂️ Other'
labels:
- 'other'
- 'misc'
- '*'
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
template: |
## 🌟 Changes in this release:
$CHANGES
## Release Notes:
### 🚀 Features:
$FEATURES
### 🐛 Bug Fixes:
$BUGS
### 🛠️ Refactoring:
$REFACTOR
### 📖 Documentation:
$DOCS
### ⚙️ CI/CD:
$CICD
### 🗂️ Other:
$OTHER