From 9aadebcb984839b8bf43819f1d6fe341e4688426 Mon Sep 17 00:00:00 2001
From: decentral1se <lukewm@riseup.net>
Date: Tue, 12 Oct 2021 01:03:28 +0200
Subject: [PATCH] docs: update release steps

---
 docs/recipe-maintainer-guide.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/recipe-maintainer-guide.md b/docs/recipe-maintainer-guide.md
index 8a9229fa3..0791d1598 100644
--- a/docs/recipe-maintainer-guide.md
+++ b/docs/recipe-maintainer-guide.md
@@ -97,11 +97,9 @@ The commands uses for dealing with this logic in `abra` are:
 
 > This process is very much still a work in progress...
 
-- `abra recipe upgrade <recipe>`
-- `abra recipe sync <recipe> <version>` (where `<version>` is your new Git tag)
-- `git commit -m "chore: new release" .`
-- `git tag -a <version> && git push`
-- `abra catalogue generate <recipe>`
+- `abra recipe upgrade keycloak`
+- `abra recipe sync keycloak "1.0.0+13.0.1"`
+- `abra recipe release -c --cm "chore: first release" -t "first release" --push`
 
 ## Style guide