-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
Line 32 in 1dc8fb3
return execCommand("git describe --tags --abbrev=0", cwd) |
When the HEAD is tagged, running changelogen without specifying with
--from
will generate changelog from head to head, which seems to be meaningless.
Maybe omit the head tag is good:
return execCommand("git describe --tags --abbrev=0 HEAD^", cwd)
Additional information
- Would you be willing to help implement this feature?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request