You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cr_upload.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ cr upload [flags]
25
25
--packages-with-index Host the package files in the GitHub Pages branch
26
26
--pages-branch string The GitHub pages branch (default "gh-pages")
27
27
--pr Create a pull request for the chart package against the GitHub Pages branch (must not be set if --push is set)
28
-
--prerelease Mark this as 'Pre-release'
28
+
--prerelease Mark this as 'Pre-release' (default: false)
29
29
--push Push the chart package to the GitHub Pages branch (must not be set if --pr is set)
30
30
--release-name-template string Go template for computing release names, using chart metadata (default "{{ .Name }}-{{ .Version }}")
31
31
--release-notes-file string Markdown file with chart release notes. If it is set to empty string, or the file is not found, the chart description will be used instead. The file is read from the chart package
0 commit comments