Add a script for bumping the extension CLI (#9646)

This PR adds a script for bumping the extension CLI (thus kicking off a
new build).

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-21 12:05:31 -04:00 committed by GitHub
parent 6f2f61c9b1
commit 20b88b6078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
script/bump-extension-cli Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
git pull --ff-only origin main
git tag -f extension-cli
git push -f origin extension-cli