From 531fa3ffbe9fcb7545f41b79231ef8f18fa88e22 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 25 Jan 2024 14:56:23 +0100 Subject: [PATCH] docs: update release steps (#215) Signed-off-by: Michal Wasilewski --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```