[commithelper-go] Add support for custom commit message templates#50
Merged
yujeong-jeon merged 2 commits intomainfrom Feb 10, 2026
Merged
[commithelper-go] Add support for custom commit message templates#50yujeong-jeon merged 2 commits intomainfrom
yujeong-jeon merged 2 commits intomainfrom
Conversation
Contributor
✅ Changeset detectedLatest commit: fa045c4
If no version change is needed, please add The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
|
507da95 to
7260b61
Compare
Contributor
Author
|
/canary-publish |
This comment was marked as outdated.
This comment was marked as outdated.
7260b61 to
dcbac6f
Compare
Contributor
Author
|
/canary-publish |
This comment was marked as outdated.
This comment was marked as outdated.
dcbac6f to
b614811
Compare
Contributor
Author
|
/canary-publish |
Contributor
Published Canary Packages |
b614811 to
d3c7252
Compare
Contributor
Author
|
/canary-publish |
This comment was marked as outdated.
This comment was marked as outdated.
d3c7252 to
fa045c4
Compare
Contributor
Author
|
/canary-publish |
Contributor
Published Canary Packages |
Contributor
Author
|
그냥 commit-helper도 마저 할게용 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Describe your changes
@naverpay/commithelper-go에 사용자 정의 커밋 메시지 템플릿 기능을 추가했습니다.주요 변경사항
.commithelperrc.json에template필드 추가[#123] message형식 유지사용 가능한 템플릿 변수
{{.Message}}: 원본 커밋 메시지{{.Number}}: 이슈 번호{{.Repo}}: 레포지토리 이름{{.Prefix}}: 전체 prefix (#123또는org/repo#123)사용 예시
{ "rules": { "feature": null }, "template": "{{.Message}}\n\nRef. {{.Prefix}}" }결과:
Request