Skip to content

Commit

Permalink
Configure release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jul 16, 2023
1 parent 941fcc7 commit 0b0708c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"git": {
"requireBranch": "main",
"commitMessage": "Release v${version}",
"tagName": "v${version}"
"tagName": "v${version}",
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
},
"github": {
"release": true,
Expand All @@ -18,6 +19,7 @@
"npm run copy:paste:detection",
"npm run test:unit:coverage",
"npm run test:integration"
]
],
"after:bump": "npx auto-changelog -p"
}
}

0 comments on commit 0b0708c

Please sign in to comment.