Skip to content

Commit

Permalink
tools: update versioning script to clarify that it is for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dtkav committed Aug 8, 2024
1 parent c0a3ae8 commit 1937990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py → beta-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main(version_type):
# Create a commit for the version bump
repo.git.add(manifest_file)
try:
repo.git.commit(m=f"version: bump the version to {new_version}")
repo.git.commit(m=f"version: bump the beta version to {new_version}")
except git.exc.GitCommandError:
pass

Expand Down

0 comments on commit 1937990

Please sign in to comment.