Skip to content

Commit

Permalink
feat: testing publishing of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra committed May 8, 2020
1 parent 033d9fa commit 3c77418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"branches": ["github-actions"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand All @@ -12,7 +13,8 @@
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): Release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit 3c77418

Please sign in to comment.