Skip to content

Commit d2ad2ca

Browse files
chore: remove skip ci from releaserc (#374)
remove skip ci from releaserc
2 parents 5b6aa1c + 364146a commit d2ad2ca

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)