Usage:"The description of the release; you can use Markdown. A file can be used to read the description contents, must exist inside the working directory; if it contains any whitespace, it will be treated as a string",
Required:false,
},
&cli.StringFlag{
Name:flags.TagName,
Usage:"The tag the release will be created from",
Required:true,
EnvVars:[]string{"CI_COMMIT_TAG"},
},
&cli.StringFlag{
Name:flags.TagMessage,
Usage:"Message to use if creating a new annotated tag",