maton github release edit

Edit a release

maton github release edit <tag> [flags]

Options

--connection <string>
Connection ID to route through (Maton-Connection header)
--discussion-category <string>
Start a release discussion in this category
--draft
Mark the release as draft
--dry-run
Print the request that would be sent without executing it
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
-n, --notes <string>
Release notes (markdown)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--prerelease
Mark the release as prerelease
-R, --repo <owner/repo>
Target repository in owner/repo form (required)
--tag <string>
Rename the underlying git tag
--target <string>
Target commitish
--template <string>
Format JSON output using a Go template; see "maton help formatting"
-F, --text-from-file <file>
Read notes from file (or `-` for stdin)
-t, --title <string>
Release title

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton github release edit v1.0.0 --repo maton-ai/cli --notes "New release notes"
$ maton github release edit v1.0.0 --repo maton-ai/cli --draft=false --prerelease=false

See also