We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7b332 commit 0e83759Copy full SHA for 0e83759
cr.sh
@@ -56,6 +56,7 @@ main() {
56
local mark_as_latest=true
57
local packages_with_index=false
58
local pages_branch=
59
+ local prerelease=false
60
61
parse_command_line "$@"
62
@@ -337,7 +338,7 @@ release_charts() {
337
338
if [[ -n "$pages_branch" ]]; then
339
args+=(--pages-branch "$pages_branch")
340
fi
- if [[ "$prerelease" = "true" ]]; then
341
+ if [[ "$prerelease" = true ]]; then
342
args+=(--prerelease "$prerelease")
343
344
echo 'Releasing charts...'
0 commit comments