Skip to content

Commit 24049df

Browse files
committed
ci(semantic-release): add skip ci when releasing
1 parent 5688a5c commit 24049df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@semantic-release/git",
2828
{
2929
"assets": ["CHANGELOG.md"],
30-
"message": "release: ${nextRelease.version}\n\n${nextRelease.notes}"
30+
"message": "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
3131
}
3232
],
3333
[

0 commit comments

Comments
 (0)