Skip to content

Commit

Permalink
fix(release): remove ci skipping from release message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Metzener authored and anehx committed Aug 6, 2019
1 parent e3cdbd7 commit 5739f49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ module.exports = {
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md", "package.json", "yarn.lock"]
assets: ["CHANGELOG.md", "package.json", "yarn.lock"],
message:
"chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit 5739f49

Please sign in to comment.