release

package
v0.32.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ReleaseCmd = &cobra.Command{
	Use:   "release",
	Short: "Release management commands",
	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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL