We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 375e457 + 515efcb commit 486fa9bCopy full SHA for 486fa9b
.releaserc.json
@@ -84,7 +84,11 @@
84
"@semantic-release/github",
85
{
86
"successComment": "🎉 이 PR은 [${nextRelease.version}](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/@vue-pivottable/lazy-table-renderer@${nextRelease.version})에 포함되었습니다.",
87
- "failTitle": "semantic-release 실패"
+ "failTitle": "semantic-release 실패",
88
+ "prCreation": "always",
89
+ "prTitle": "Release ${nextRelease.version}",
90
+ "prBody": "이 PR은 ${nextRelease.version}에 대한 변경 사항을 포함합니다.",
91
+ "prCommitMessage": "chore(release): ${nextRelease.version}"
92
}
93
]
94
0 commit comments