Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReleaseCmd = &cobra.Command{ Use: "release", Short: "Release management commands", Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Help() }, Long: `Commands for planning, cutting, and publishing releases. The release command group provides tools for managing software releases with attestation support: plan - Preview what would be included in a release cut - Execute a release (create tag, generate artifacts) publish - Publish a draft release Examples: # Preview the next release autogov release plan # Create a new release autogov release cut --version v1.2.0 # Publish a draft release autogov release publish --tag v1.2.0`, }
ReleaseCmd is the parent command for release operations
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.