feat: Added logic to check resources in order of winning ranking in t… #66
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name-template: 'v$RESOLVED_VERSION 🌈' | |
tag-template: 'v$RESOLVED_VERSION' | |
# publish: true # 릴리즈를 자동으로 게시 | |
commitish: main | |
categories: | |
- title: '🚀 Features' | |
labels: | |
- 'enhancement' | |
- title: '🐛 Bug Fixes' | |
labels: | |
- 'bug' | |
- title: '🧰 Maintenance' | |
labels: | |
- 'chore' | |
change-template: '- $TITLE ([#$NUMBER]($URL)) by @$AUTHOR' | |
exclude-labels: | |
- 'skip-release-tag' | |
include-labels: | |
- 'major' | |
- 'bug' | |
- 'enhancement' | |
- 'chore' | |
version-resolver: | |
major: | |
labels: | |
- 'major' | |
minor: | |
labels: | |
- 'enhancement' | |
patch: | |
labels: | |
- 'bug' | |
- 'chore' | |
default: patch | |
template: | | |
$CHANGES | |