Skip to content

Commit 1f45425

Browse files
committed
[docs] Removing branch creation step
* Not needed in Authorino
1 parent 38063d1 commit 1f45425

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RELEASE.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ To release a version “v0.X.Y” of Authorino in GitHub and Quay.io, follow the
88

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

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

0 commit comments

Comments
 (0)