Skip to content

Commit

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

export default config;
};

0 comments on commit 27ab87c

Please sign in to comment.