Skip to content

Commit

Permalink
ci(semantic-release): add skip ci when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
kirintwn committed Mar 1, 2021
1 parent 5688a5c commit 24049df
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 @@ -27,7 +27,7 @@
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"message": "release: ${nextRelease.version}\n\n${nextRelease.notes}"
"message": "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
Expand Down

0 comments on commit 24049df

Please sign in to comment.