Skip to content

Commit

Permalink
Reword commit message when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Jan 3, 2025
1 parent 35e1911 commit 694e6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def update_manifest(new_version: str):
update_pyproject(new_version)
update_manifest(new_version)

_ = check_call('git commit --all -m "chore: update version number"', shell=True)
_ = check_call('git commit --all -m "Update version number"', shell=True)
_ = check_call(f"git tag v{new_version}", shell=True)
_ = check_call("git push", shell=True)
_ = check_call("git push --tags", shell=True)

0 comments on commit 694e6ce

Please sign in to comment.