From 3ee9ef46c57af561887f3aa44ff369abb5937c18 Mon Sep 17 00:00:00 2001 From: Michal Wasilewski Date: Thu, 25 Jan 2024 14:42:25 +0100 Subject: [PATCH] docs: update release steps 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 ```