Improve clarity on changelog
command "--range" argument in a situation where I have two git commit hashes
#315
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Describe the Issue
The other day, I wanted to generate a changelog for a large collection of commits. Despite having the commit hash for the start and end of the range, I found myself struggling to use the
--range
flag with the changelog command to generate a changelog.In the end, I just ended up going a slightly different, less accurate, way via
To Reproduce
Steps to reproduce the behavior:
coco changelog
command--range
or-r
parameters with two git commitsHEAD
💭Expected behavior
Maybe we can include a better description in the help output for this command, with more examples?
Screenshots
Desktop:
0.14.8
The text was updated successfully, but these errors were encountered: