diff --git a/.github/Release-note.yml b/.github/Release-note.yml index e2d8534..e9c7fa8 100644 --- a/.github/Release-note.yml +++ b/.github/Release-note.yml @@ -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 diff --git a/.github/semantic.yml b/.github/semantic.yml index 0cd566c..c4054d6 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -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