Tweak `recipe .. release` docs

This commit is contained in:
3wc 2021-04-05 12:31:28 +02:00
parent 103a4941c7
commit 028c7dbde5
1 changed files with 12 additions and 3 deletions

15
abra
View File

@ -1893,13 +1893,22 @@ sub_recipe_versions() {
help_recipe_release() {
echo "abra [options] recipe <recipe> release
(For app maintainers)
(For recipe maintainers)
Make sure the service labels and git tags for <recipe> 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 <recipe>."
Run this after you or comrade \`renovate-bot\` have bumped the version of
any of the images in <recipe>.
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() {