From 12cb942e0e5e1253230320322858e355a6fe2487 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Wed, 23 Aug 2023 00:46:57 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EB=85=B8?= =?UTF-8?q?=ED=8A=B8=20=EA=B5=AC=EC=84=B1=EC=9D=84=20=EB=8B=A4=EC=96=91?= =?UTF-8?q?=ED=95=98=EA=B2=8C=20=ED=95=A9=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/Release-note.yml | 42 +++++++++++++++++++++++++++++++++------- .github/semantic.yml | 3 +++ 2 files changed, 38 insertions(+), 7 deletions(-) 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