From 9aadebcb984839b8bf43819f1d6fe341e4688426 Mon Sep 17 00:00:00 2001 From: decentral1se 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 8a9229f..0791d15 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 ` -- `abra recipe sync ` (where `` is your new Git tag) -- `git commit -m "chore: new release" .` -- `git tag -a && git push` -- `abra catalogue generate ` +- `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