Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Aug 16, 2020
1 parent 110c473 commit 2996688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def main():
file_h.write(changelog)

subprocess.check_call("poetry version {0}".format(new_version), shell=True)
subprocess.check_call("poetry run isort -rc src test utils", shell=True)
subprocess.check_call("poetry run black src test utils", shell=True)
subprocess.check_call("poetry run isort lexicon utils setup.py", shell=True)
subprocess.check_call("poetry run black lexicon utils setup.py", shell=True)

subprocess.check_call(
'git commit -a -m "Version {0}"'.format(new_version), shell=True
Expand Down

0 comments on commit 2996688

Please sign in to comment.