0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-09-20 00:02:46 +02:00

refactor: change commit-notes description

This commit is contained in:
Beatriz Vieira 2021-01-25 17:22:20 -03:00
parent a6259a910c
commit 997c604a86

View File

@ -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{