Skip to content

Commit 0730d84

Browse files
authored
fix: remove invalid changelog placeholder from release commit message (#34)
1 parent 5d95b6e commit 0730d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ branch = "main"
108108
upload_to_vcs_release = true
109109
upload_to_pypi = false
110110
build_command = "uv build"
111-
commit_message = "chore(release): {version} [skip ci]\n\n{changelog}"
111+
commit_message = "chore(release): {version} [skip ci]"
112112
commit_author = "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
113113

114114
[tool.semantic_release.changelog]

0 commit comments

Comments
 (0)