diff --git a/.releaserc.json b/.releaserc.json index 3fd2008..f6f1805 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -73,17 +73,10 @@ "pkgRoot": "." } ], - [ - "@semantic-release/git", - { - "assets": ["package.json", "CHANGELOG.md"], - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" - } - ], [ "@semantic-release/github", { - "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})에 포함되었습니다.", "failTitle": "semantic-release 실패", "prCreation": "always", "prTitle": "Release ${nextRelease.version}",