mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-11 22:39:04 -06:00
Add ‘Other’, ‘Refactoring’, and ‘Documentation’ categories to release drafter template
This commit is contained in:
committed by
Aditya Chandel
parent
290a85e0d8
commit
7d5829bd7f
28
.github/release-drafter.yml
vendored
28
.github/release-drafter.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user