Skip to content

Commit

Permalink
feat: ignore default changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 23, 2024
1 parent 6f62d94 commit 217a2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/release-it-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 217a2d6

Please sign in to comment.