We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96fdb03 + e95c90b commit 896e579Copy full SHA for 896e579
.releaserc.json
@@ -81,15 +81,18 @@
81
"pkgRoot": "."
82
}
83
],
84
+ [
85
+ "@semantic-release/git",
86
+ {
87
+ "assets": ["package.json", "CHANGELOG.md"],
88
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
89
+ }
90
+ ],
91
[
92
"@semantic-release/github",
93
{
94
"successComment": "🎉 이 PR은 [${nextRelease.version}](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/vue-pivottable@${nextRelease.version})에 포함되었습니다.",
- "failTitle": "semantic-release 실패",
- "prCreation": "always",
- "prTitle": "Release ${nextRelease.version}",
- "prBody": "이 PR은 ${nextRelease.version}에 대한 변경 사항을 포함합니다.",
- "prCommitMessage": "chore(release): ${nextRelease.version}"
95
+ "failTitle": "🚨 semantic-release 실패"
96
97
]
98
0 commit comments