Skip to content

Commit

Permalink
chore(cmd): Add short description
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 4, 2024
1 parent d4e6a4d commit 41b4ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
func New(version, commit string) *cobra.Command {
cmd := &cobra.Command{
Use: "changelog-generator",
Short: "Generates a changelog from commits since the previous release",
RunE: run,
Version: buildVersion(version, commit),

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog-generator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## changelog-generator


Generates a changelog from commits since the previous release

```
changelog-generator [flags]
Expand Down

0 comments on commit 41b4ef8

Please sign in to comment.