Skip to content

Commit eedc0d2

Browse files
committed
build: 📦️ fix smr commit message template
1 parent 960bc60 commit eedc0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ version_variables = [
148148
"src/pyle38/__init__.py:__version__",
149149
"pyproject.toml:version"
150150
]
151-
commit_message = "ci: release v{}"
151+
commit_message = "release: 🚀 v{version}"
152152
branch = "main"
153153
upload_to_release = true
154154
build_command = "pip install uv && uv build"
@@ -167,7 +167,7 @@ allowed_tags = [
167167
"test",
168168
]
169169
minor_tags = ["feat"]
170-
patch_tags = ["fix", "perf", "docs"]
170+
patch_tags = ["fix", "perf", "docs", "refactor"]
171171

172172
[tool.semantic_release.changelog]
173173
exclude_commit_patterns = [

0 commit comments

Comments
 (0)