Skip to content

Commit

Permalink
🧪 버저닝이 제대로 업데이트되지 않는 현상이 해결되는지 테스트
Browse files Browse the repository at this point in the history
처음 릴리즈에 대한 문제였는지를 확인하고자, PR할 때마다로 바꾸어 테스트한다.

다음 링크를 보니 push로만 가능하다고 한다. 따라서 push에서 계속 테스트해보고, 마지막에 스쿼시해야겠다...!
release-drafter/release-drafter#1125

답변 중:
I am not sure what your trying to achieve with that workflow?
releaseDrafter is not able to generate tags from a pull requests.
You want to do that on push to a branch.
  • Loading branch information
JengYoung committed Oct 27, 2022
1 parent 0b33f34 commit 7f5ac21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ change-title-escapes: '\<*_&'
version-resolver:
major:
labels:
- '⚪️ Release.major'
- '⚪️ Release major'
minor:
labels:
- '🟠 Release.minor'
- '🟠 Release minor'
patch:
labels:
- '🟡 Release.patch'
- '🟡 Release patch'
default: minor
template: |
## 🚀 이번 버전에서는 어떤 점들이 변경되었는지 확인해볼까요?
Expand Down

0 comments on commit 7f5ac21

Please sign in to comment.