Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 9, 2023
1 parent 87b0409 commit 36ffc60
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
'@semantic-release/changelog',
[
'@semantic-release/github',
{
Expand All @@ -22,7 +17,7 @@ module.exports = {
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"]
"assets": ["CHANGELOG.md"]
}
]
],
Expand Down

0 comments on commit 36ffc60

Please sign in to comment.