mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
refactor: change commit-notes description
This commit is contained in:
parent
a6259a910c
commit
997c604a86
@ -55,7 +55,7 @@ func main() {
|
||||
{
|
||||
Name: "commit-notes",
|
||||
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",
|
||||
Action: commitNotesHandler(git, releasenotesProcessor, outputFormatter),
|
||||
Flags: []cli.Flag{
|
||||
|
Loading…
Reference in New Issue
Block a user