diff --git a/README.md b/README.md index 6e823cc..5c36f45 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,8 @@ You can switch between account profiles by using `spacectl profile select ${MY_A To release a new version of spacectl, tag the repo and then push that tag. For example: ```shell +git checkout main +git pull git tag -a v0.24.2 -m"Releasing v0.24.2" git push origin v0.24.2 ```