Skip to content

Commit

Permalink
ci: update config for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Apr 29, 2021
1 parent 0810c04 commit 436259b
Show file tree
Hide file tree
Showing 3 changed files with 41,612 additions and 44,943 deletions.
6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
"@semantic-release/npm", {
"npmPublish": false,
},
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json"]
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}],
]
}
Loading

0 comments on commit 436259b

Please sign in to comment.