Scroll to navigation

WOLFICTL-GH-RELEASE(1) WOLFICTL-GH-RELEASE(1)

NAME

wolfictl-gh-release - Performs a GitHub release using git tags to calculate the release version

SYNOPSIS

wolfictl gh release [flags]

DESCRIPTION

Performs a GitHub release using git tags to calculate the release version

Examples:

wolfictl gh release --bump-major wolfictl gh release --bump-minor wolfictl gh release --bump-patch wolfictl gh release --bump-prerelease-with-prefix rc

OPTIONS

--bump-major[=false]
bumps the major release version

--bump-minor[=false]
bumps the minor release version

--bump-patch[=false]
bumps the patch release version

--bump-prerelease-with-prefix=""
bumps the prerelease version using the supplied prefix, if no existing prerelease exists the patch version is also bumped to align with semantic versioning

--dir="."
directory containing the cloned github repository to release

-h, --help[=false]
help for release

OPTIONS INHERITED FROM PARENT COMMANDS

--log-level="WARN"
log level (e.g. debug, info, warn, error)

SEE ALSO

wolfictl-gh(1)

Auto generated by spf13/cobra