Open
Description
I wanted to create a CHANGELOG for a repo, that already had some history and releases - thankfully the commits were all in the same style. Let's assume the repo already had two releases: 0.1.0
and 0.2.0
.
So I expcted, that after the execution of the following commands, I would have a CHANGELOG file with the correct history.
clog --setversion 0.1.0 --from 123 --to 456 -C CHANGELOG.md
clog --setversion 0.2.0 --from 456 --to 789 -C CHANGELOG.md
As the docu stated --from
and --to
assume a commit hash. But after frustation of why clog didn't found the commit hash, I looked into the code and found, that --from
works only with a version tag - which it then did. But for --to
neither a version tag nor a commit hash worked and I couldn't find any actual implementation for that CLI option, either.
Metadata
Metadata
Assignees
Labels
No labels