Skip to content

Commit ac7d663

Browse files
authored
Merge pull request #78 from vue-pivottable/feat/ci
ci: udpate .releaserec.json
2 parents 486fa9b + b38d5de commit ac7d663

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.releaserc.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,10 @@
7373
"pkgRoot": "."
7474
}
7575
],
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-
],
8376
[
8477
"@semantic-release/github",
8578
{
86-
"successComment": "🎉 이 PR은 [${nextRelease.version}](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/@vue-pivottable/lazy-table-renderer@${nextRelease.version})에 포함되었습니다.",
79+
"successComment": "🎉 이 PR은 [${nextRelease.version}](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/vue-pivottable@@${nextRelease.version})에 포함되었습니다.",
8780
"failTitle": "semantic-release 실패",
8881
"prCreation": "always",
8982
"prTitle": "Release ${nextRelease.version}",

0 commit comments

Comments
 (0)