Files
moodiary/.github/release-drafter.yml
住京华 ca40667068 Merge pull request #110
* ci(*): optimize release note generation logic
2025-01-19 01:02:07 +08:00

49 lines
965 B
YAML

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: ✨ Features
labels:
- feat
- title: 🐛 Bug Fixes
labels:
- fix
- title: 🛠️ Chores
labels:
- chore
- title: 📚 Documentation Updates
labels:
- docs
- title: 🎨 Code Style Updates
labels:
- style
- title: 🔨 Refactors
labels:
- refactor
- title: ⚡ Performance Improvements
labels:
- perf
- title: ✅ Tests
labels:
- test
- title: 🏗️ Build System
labels:
- build
- title: 🧹 CI/CD Changes
labels:
- ci
- title: ⏪ Reverts
labels:
- revert
- title: ❓ What is This
labels:
- '?'
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
template: |
# 🔥 What's Changed
$CHANGES
---
🔖 Compare Changes: [View Changes](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)