Skip to content

Commit

Permalink
Update release it config
Browse files Browse the repository at this point in the history
  • Loading branch information
andregoncalvesdev authored and JoaoOliveiraRocha committed Jan 24, 2024
1 parent 3a7f4bf commit 9aa2235
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .release-it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
const config = {
git: {
changelog: 'echo "## Changelog\n\n$(npx @uphold/github-changelog-generator -f unreleased | tail -n +4 -f)"',
commitMessage: 'Release ${version}',
Expand All @@ -19,4 +19,6 @@ module.exports = {
npm: {
publish: true
}
};
};

export default config;

0 comments on commit 9aa2235

Please sign in to comment.