Skip to content

Commit c8520ff

Browse files
author
evombau
committed
add hotfix as cmd option to draft
1 parent a7006b5 commit c8520ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func init() {
6262
releaseSet.Create.Fs.StringVar(&releaseSet.Create.Body, "body", "", "custom release message (markdow string or file)")
6363
releaseSet.Create.Fs.StringVar(&releaseSet.Create.PatchLevel, "patchLevel", "", "predefine version to Update")
6464
releaseSet.Create.Fs.BoolVar(&releaseSet.Create.DryRun, "dry-run", false, "make dry-run before writing version to Git by calling it")
65+
releaseSet.Create.Fs.BoolVar(&releaseSet.Create.Hotfix, "hotfix", false, "create a hotfix release")
6566
releaseSet.Create.Fs.Usage = func() {
6667
fmt.Println("Available options:")
6768
releaseSet.Create.Fs.PrintDefaults()

0 commit comments

Comments
 (0)