Skip to content

Commit

Permalink
fix(auto-release): semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
undisplay committed Mar 27, 2021
1 parent 534f025 commit 05e1728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "\"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\""
}],
"@semantic-release/github"
]
Expand Down

0 comments on commit 05e1728

Please sign in to comment.