Skip to content

Commit e8687c5

Browse files
committed
fix: add automated commit message got github releases
1 parent 9467fe2 commit e8687c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/releases/1_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def main() -> None:
123123

124124
print(f"\nCreating tag {tag}...", flush=True)
125125
result = subprocess.run(
126-
["git", "tag", tag],
126+
["git", "tag", "-a", tag, "-m", f"release: release for {version}"],
127127
cwd=CARGO_TOML.parent,
128128
)
129129
if result.returncode != 0:

0 commit comments

Comments
 (0)