Extend show_help with packages-with-index (#160)

- add missing option description in usage message

Ref: 3e08cca

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
This commit is contained in:
michalbiesek
2023-09-04 18:03:19 +02:00
committed by GitHub
parent 8120a7a083
commit 5b8970c96f
+1
View File
@@ -35,6 +35,7 @@ Usage: $(basename "$0") <options>
-s, --skip-packaging Skip the packaging step (run your own packaging before using the releaser) -s, --skip-packaging Skip the packaging step (run your own packaging before using the releaser)
--skip-existing Skip package upload if release exists --skip-existing Skip package upload if release exists
-l, --mark-as-latest Mark the created GitHub release as 'latest' (default: true) -l, --mark-as-latest Mark the created GitHub release as 'latest' (default: true)
--packages-with-index Upload chart packages directly into publishing branch
EOF EOF
} }