Skip to content

Commit 848c267

Browse files
author
Gaurav Goswami
committed
fix(SemanticRelease): skip CI ops on SR commits
1 parent 09ce3c3 commit 848c267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[
1515
"@semantic-release/git",
1616
{
17-
"message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes}"
17+
"message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes} [skip ci]"
1818
}
1919
],
2020
"@semantic-release/github"

0 commit comments

Comments
 (0)