zed/script/bump-extension-cli
Marshall Bowers 20b88b6078
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
2024-03-21 12:05:31 -04:00

8 lines
110 B
Bash
Executable File

#!/bin/bash
set -e
git pull --ff-only origin main
git tag -f extension-cli
git push -f origin extension-cli