refactor: change commit-notes description
This commit is contained in:
parent
a6259a910c
commit
997c604a86
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ func main() {
|
||||||
{
|
{
|
||||||
Name: "commit-notes",
|
Name: "commit-notes",
|
||||||
Aliases: []string{"cn"},
|
Aliases: []string{"cn"},
|
||||||
Usage: "create a release notes according to range",
|
Usage: "generate a commit notes according to range",
|
||||||
Description: "when flag range is \"tag\" and start is empty, last tag created will be used instead",
|
Description: "when flag range is \"tag\" and start is empty, last tag created will be used instead",
|
||||||
Action: commitNotesHandler(git, releasenotesProcessor, outputFormatter),
|
Action: commitNotesHandler(git, releasenotesProcessor, outputFormatter),
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
|
|
Loading…
Reference in a new issue