Skip to content

Commit

Permalink
feat: do not submit comment on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 20, 2024
1 parent fa4facc commit 9ff60ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/release-it-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
comments: {
issue: ':rocket: _This issue has been resolved in v${version}. See [${releaseName}](${releaseUrl}) for release notes._',
pr: ':rocket: _This pull request is included in v${version}. See [${releaseName}](${releaseUrl}) for release notes._',
submit: true,
submit: false,
},
release: true,
releaseNotes: `${changelog} --template ${path}/templates/note.hbs --unreleased-only --stdout`,
Expand Down

0 comments on commit 9ff60ab

Please sign in to comment.