Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 35 additions & 7 deletions .github/Release-note.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,51 @@
name-template: "v$NEXT_MINOR_VERSION 🌈"
tag-template: "v$NEXT_MINOR_VERSION"
# Author by chanhihi
# Date 2023.08.09
# name-template: "v$NEXT_MINOR_VERSION 🦊"
# tag-template: "v$NEXT_MINOR_VERSION"

name-template: "v$RESOLVED_VERSION 🦊"
tag-template: "v$RESOLVED_VERSION"
version-resolver:
major:
labels:
- "⚠️ Breaking changes"
minor:
labels:
- "✨ Enhancement"
patch:
labels:
- "⚒ Refactor"
- "🐞 Bug"
default: patch

categories:
- title: "⚠️ Breaking changes"
labels:
- "⚠️ Breaking Change"
- title: "🚀 Features"
labels:
- "✨ Enhancement"
- "⚒ Refactor"
- "🏛 Structure"
- title: "🐛 Bug Fixes"
labels:
- "🐞 Bug"
- title: "📚 Documentation"
labels:
- "📄 Documentation"
- title: "🎨 Style"
labels:
- "💄 UI/UX"
- title: "🏗 Infrastructure"
labels:
- "🌐 DevOps"
exclude-labels:
- "📄 Documentation"
- "🌐 DevOps"
- "💄 UI/UX"
- "🏛 Structure"
- "💖 Question"
- "☂️ Umbrella"

change-template: "- $TITLE (#$NUMBER)"
change-title-escapes: '\<*_&'

template: |
## Changes

$CHANGES
3 changes: 3 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Author by chanhihi
# Date 2023.08.09

types: # default: feat | fix | docs | style | refactor | perf | test | build | ci | chore | revert
- feat
- fix
Expand Down