Skip to content

Commit

Permalink
chore: Apply prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 15, 2022
1 parent 7d9e9a7 commit 9092c7b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ const commitTemplate = fs.readFileSync('docs/commit.hbs').toString();

module.exports = {
npm: {
publish: true
publish: true,
},
git: {
commitMessage: "chore: release v${version}"
commitMessage: 'chore: release v${version}',
},
github: {
release: true
release: true,
},
plugins: {
"@release-it/conventional-changelog": {
infile: "CHANGELOG.md",
header: "# Changelog",
'@release-it/conventional-changelog': {
infile: 'CHANGELOG.md',
header: '# Changelog',
writerOpts: {
commitPartial: commitTemplate
commitPartial: commitTemplate,
},
preset: {
"name": "conventionalcommits"
}
}
}
name: 'conventionalcommits',
},
},
},
};

0 comments on commit 9092c7b

Please sign in to comment.