From 217a2d6545dc9da6d9476525c7ca475a2fd71b5d Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 23 Sep 2024 14:11:29 +0300 Subject: [PATCH] feat: ignore default changelog --- projects/release-it-config/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/release-it-config/index.js b/projects/release-it-config/index.js index e0f175a6..a001fe33 100644 --- a/projects/release-it-config/index.js +++ b/projects/release-it-config/index.js @@ -9,6 +9,7 @@ const changelog = `npx auto-changelog -c ${path}/index.json --handlebars-setup $ module.exports = { git: { addUntrackedFiles: true, + changelog: false, commitMessage: 'chore(release): v${version}', pushArgs: ['--follow-tags'], requireBranch: 'main',