Skip to content

Commit

Permalink
fix(release): adjust changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mverissimo committed Jul 8, 2022
1 parent ab6c9b0 commit ed05799
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github'
],
[
'@semantic-release/changelog',
{
'changelogTitle': 'Changelog',
'changelogFile': 'docs/CHANGELOG.md'
}
],
[
'@semantic-release/git',
{
'assets': ['docs/CHANGELOG.md']
}
'@semantic-release/github',
[
'@semantic-release/changelog',
{
'changelogTitle': 'Changelog',
'changelogFile': 'docs/CHANGELOG.md'
}
],
[
'@semantic-release/git',
{
'assets': ['docs/CHANGELOG.md']
}
]
]
}
}

0 comments on commit ed05799

Please sign in to comment.