Skip to content

Commit 7900acf

Browse files
committed
update-version.py: Fix commit message to match Github publish regexp
1 parent 2f62305 commit 7900acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def create_git_commit_and_tag(version):
176176
print(f"Warning: Could not add {file} to git")
177177

178178
# Create commit
179-
commit_message = f"libsql-js {version}"
179+
commit_message = f"{version}"
180180
subprocess.run(
181181
["git", "commit", "-m", commit_message],
182182
check=True

0 commit comments

Comments
 (0)