Skip to content

Commit

Permalink
fix(.releaserc): proper preset to generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Aug 26, 2020
1 parent d7b906c commit e44198b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"breaking": true,
Expand Down Expand Up @@ -60,5 +59,6 @@
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
]
],
"preset": "angular"
}

0 comments on commit e44198b

Please sign in to comment.