From 805469b41beeb128e1aba39d10d6e17439b3b036 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Wed, 21 Feb 2024 09:36:25 +0100 Subject: [PATCH] [docs] Removing branch creation step * Not needed in Authorino --- RELEASE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 730dffef..cd4aa156 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,9 +8,7 @@ To release a version “v0.X.Y” of Authorino in GitHub and Quay.io, follow the ```shell git checkout -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.