Skip to content

Commit

Permalink
[docs] Removing branch creation step
Browse files Browse the repository at this point in the history
* Not needed in Authorino
  • Loading branch information
didierofrivia committed Feb 21, 2024
1 parent 9975ba1 commit 805469b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ To release a version “v0.X.Y” of Authorino in GitHub and Quay.io, follow the

```shell
git checkout <git-ref>
git checkout -b release-v0.X.Y
```
This will create a new branch `release-v0.X.Y` from the commit you want to release.

2. Create a new tag and named release `v0.X.Y`. Push the tag to GitHub.

Expand Down

0 comments on commit 805469b

Please sign in to comment.