From 028c7dbde558ebaf375914d5d590b8a9ff984ab5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 5 Apr 2021 12:31:28 +0200 Subject: [PATCH] Tweak `recipe .. release` docs --- abra | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/abra b/abra index c0ff426..015b58a 100755 --- a/abra +++ b/abra @@ -1893,13 +1893,22 @@ sub_recipe_versions() { help_recipe_release() { echo "abra [options] recipe release -(For app maintainers) +(For recipe maintainers) Make sure the service labels and git tags for are in sync with the specified image tags. -Run this after you have (or comrade \`renovate-bot\` has) bumped the version of -any of the images in ." +Run this after you or comrade \`renovate-bot\` have bumped the version of +any of the images in . + +OPTIONS + --force Over-write existing tag; use this if you have a git tag for the + recipe version already, to make sure labels are in sync. + +POWERED BY + skopeo inspect docker://image:tag + git commit + git tag" } sub_recipe_release() {