Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-12-20 15:01:56 +0300
committerGitHub <noreply@github.com>2020-12-20 15:01:56 +0300
commit680832920fc655d73eb3d4516d7e395d3c93032a (patch)
tree0e60b4f38debce66930b092cdb6dee896e58b1d3
parentcea1064927d5b00f5b53a4a105b341c12ad0801f (diff)
ci: add refactor section for release note
-rw-r--r--.github/release-drafter.yml54
1 files changed, 28 insertions, 26 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index fcca4ea..6e57d9b 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -1,31 +1,33 @@
-name-template: 'v$RESOLVED_VERSION 🌈'
-tag-template: 'v$RESOLVED_VERSION'
+name-template: "v$RESOLVED_VERSION 🌈"
+tag-template: "v$RESOLVED_VERSION"
categories:
- - title: '🚀 Features'
- labels:
- - 'feature'
- - 'enhancement'
- - title: '🐛 Bug Fixes'
- labels:
- - 'fix'
- - 'bugfix'
- - 'bug'
- - title: '🧰 Maintenance'
- label: 'chore'
-change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
+ - title: "🚀 Features"
+ labels:
+ - "feature"
+ - "enhancement"
+ - title: "🐛 Bug Fixes"
+ labels:
+ - "fix"
+ - "bugfix"
+ - "bug"
+ - title: "🧰 Maintenance"
+ label: "chore"
+ - title: "♻️ Refactor"
+ label: refactor
+change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
- major:
- labels:
- - 'major'
- minor:
- labels:
- - 'minor'
- patch:
- labels:
- - 'patch'
- default: patch
+ major:
+ labels:
+ - "major"
+ minor:
+ labels:
+ - "minor"
+ patch:
+ labels:
+ - "patch"
+ default: patch
template: |
- ## Changes
+ ## Changes
- $CHANGES
+ $CHANGES