chore: deploy action setting 수정 #8
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' | |
categories: | |
- title: '🎁 새로운 기능이 추가되었어요' | |
label: '✨feature' | |
- title: '🐞 버그를 수정했어요' | |
label: '🐛bug' | |
- title: '🐬 코드를 개선했어요' | |
label: '🪄refactor' | |
- title: '⚙️ 설정 파일을 변경했어요' | |
label: '⚙️chore' | |
change-template: '- $TITLE #$NUMBER @$AUTHOR ' | |
template: | | |
## 이번 버전의 변경사항은 아래와 같아요 | |
--- | |
$CHANGES | |
no-changes-template: '변경사항이 없어요' | |
version-resolver: | |
major: | |
labels: | |
- '✨ major' | |
minor: | |
labels: | |
- '✨ minor' | |
patch: | |
labels: | |
- '✨ patch' | |
default: patch |