Skip to content

Commit

Permalink
docs: update release steps (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Wasilewski <[email protected]>
  • Loading branch information
mwasilew2 authored Jan 25, 2024
1 parent 0bb042f commit 531fa3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 531fa3f

Please sign in to comment.