Skip to content

Commit

Permalink
Create pr
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 4, 2024
1 parent 9fc4736 commit 9a6c810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion octez_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def main():
run('git', 'checkout', '-b', f'octez-{latest_version}')
run('git', 'add', 'octez_version')
run('git', 'commit', '-m', f'Update Octez binaries to {latest_version}')

run('git', 'push', 'origin', f'octez-{latest_version}')
run('gh', 'pr', 'create', '-f', '-B', f'octez-{latest_version}', '-t', f'Update Octez binaries to {latest_version}')


if __name__ == "__main__":
Expand Down

0 comments on commit 9a6c810

Please sign in to comment.