Skip to content

Commit

Permalink
fix: run prettier on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 17, 2022
1 parent abad3d3 commit 0191f99
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Expand Up @@ -18,6 +18,12 @@ All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.`
}
],
[
'@semantic-release/exec',
{
prepareCmd: 'npx -y prettier --write CHANGELOG.md'
}
],
[
'@semantic-release/npm',
{
Expand Down
33 changes: 33 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -49,6 +49,7 @@
},
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^19.0.3",
"semantic-release-license": "^1.0.3"
Expand Down

0 comments on commit 0191f99

Please sign in to comment.