Skip to content

Commit 364146a

Browse files
committed
chore: remove skip ci from releaserc
1 parent 5b6aa1c commit 364146a

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
@@ -55,7 +55,7 @@
5555
"@semantic-release/git",
5656
{
5757
"assets": ["NOTICE", "pyproject.toml", "solnlib/__init__.py"],
58-
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [ci skip]",
58+
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
5959
},
6060
],
6161
["@semantic-release/github", { "assets": ["NOTICE", "pyproject.toml"] }],

0 commit comments

Comments
 (0)