From 997c604a863202f6678d631a238097008918fb0d Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Mon, 25 Jan 2021 17:22:20 -0300 Subject: [PATCH] refactor: change commit-notes description --- cmd/git-sv/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/git-sv/main.go b/cmd/git-sv/main.go index 11de0e1..c9da92a 100644 --- a/cmd/git-sv/main.go +++ b/cmd/git-sv/main.go @@ -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{