Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "is-empty", Usage: "Outputs whether automated releases are not needed since changelog is empty", Flags: []cli.Flag{ &cli.BoolFlag{ Name: failFlag, EnvVars: common.EnvFor(failFlag), Usage: "If set, command will exit with a code of 1 if changelog is empty.", Value: false, }, }, Action: IsEmpty, }
Cmd is the cli.Command object for the is-empty command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.