We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 486fa9b + b38d5de commit ac7d663Copy full SHA for ac7d663
.releaserc.json
@@ -73,17 +73,10 @@
73
"pkgRoot": "."
74
}
75
],
76
- [
77
- "@semantic-release/git",
78
- {
79
- "assets": ["package.json", "CHANGELOG.md"],
80
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
81
- }
82
- ],
83
[
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})에 포함되었습니다.",
+ "successComment": "🎉 이 PR은 [${nextRelease.version}](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/vue-pivottable@@${nextRelease.version})에 포함되었습니다.",
87
"failTitle": "semantic-release 실패",
88
"prCreation": "always",
89
"prTitle": "Release ${nextRelease.version}",
0 commit comments