Skip to content

Commit

Permalink
ci(release): format changelog during release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Feb 13, 2021
1 parent 19f7dd0 commit 90611dd
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 20,400 deletions.
6 changes: 6 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ module.exports = {
],
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
[
'@semantic-release/exec',
{
prepareCmd: 'npm run format:file CHANGELOG.md',
},
],
['@semantic-release/npm', { tarballDir: 'dist' }],
'@semantic-release/git',
[
Expand Down
Loading

0 comments on commit 90611dd

Please sign in to comment.