Skip to content

Commit

Permalink
Minor do_release.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Aug 30, 2022
1 parent b6d1076 commit b0ed48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/do_release.py
Expand Up @@ -223,7 +223,7 @@ def main():
clean_exit(0)

print_action_history('\r\nRan the following actions:')
print(f'\r\nYou should now run `git push origin master && git push origin {poetry_version_str}`')
print(f'\r\nYou should now run `git push origin master && git push origin $(git describe)`')


if __name__ == '__main__':
Expand Down

0 comments on commit b0ed48b

Please sign in to comment.