We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431aaff commit 5cfe55eCopy full SHA for 5cfe55e
1 file changed
cmd/chlog/main.go
@@ -65,7 +65,7 @@ func configCmd() {
65
cmd.StringVar(&opts.configFile, "config", "", "the YAML config file for generate changelog;;c")
66
cmd.StringVar(&opts.outputFile, "output", "stdout", "the output file for generated changelog;;o")
67
cmd.StringVar(&opts.excludes, "exclude", "", "exclude commit by keywords, multi split by comma")
68
- cmd.StringVar(&opts.style, "style", "simple", "the output contents format style\nallow: simple, markdown(mkdown,md), ghr(gh-release.gh);;s")
+ cmd.StringVar(&opts.style, "style", "", "the output contents format style\nallow: simple, markdown(mkdown,md), ghr(gh-release.gh);;s")
69
cmd.IntVar(&opts.tagType, "tag-type", 0, `get git tag name by tag type.
70
Allowed:
71
0 ref-name sort(<cyan>default</>)
0 commit comments