Skip to content

Commit

Permalink
fix: add github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Sep 9, 2020
1 parent ef9074e commit 94926b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
"assets": ["docs", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github",
]
}

0 comments on commit 94926b7

Please sign in to comment.