Skip to content

Commit

Permalink
ENG-1235: Fixed tag-done message
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Aug 22, 2024
1 parent e364820 commit e1b7666
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,7 @@ def print_tag_release_done_message(version: Version) -> None:
"""Print final information for the user about the tagged commit."""
print()
print(
"The release script will increase the version number, "
"create a changelog and create a release branch. Let's go!"
f"\033[94m Tag for version {version} "
f"\033[94m All done - tag for version {version} "
"was added and pushed to the remote \033[0m"
)

Expand Down

0 comments on commit e1b7666

Please sign in to comment.