Skip to content

Commit 033ccc1

Browse files
author
LittleCoinCoin
committed
chore(ci): clean semantic release commit message
Removed the tag [skip ci] that was there for legacy reasons.
1 parent bfa4aed commit 033ccc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@semantic-release/git",
4848
{
4949
"assets": ["CHANGELOG.md", "pyproject.toml"],
50-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
50+
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
5151
}
5252
],
5353
[

0 commit comments

Comments
 (0)