commitlog icon indicating copy to clipboard operation
commitlog copied to clipboard

Generate Changelogs from Commits (CLI)

Results 5 commitlog issues
Sort by recently updated
recently updated
newest added

Needs comments / suggestions on how to handle regex labels for commitlog. Currently the categorization works in the following way. Eg: a catg regex like so would produce the labels...

add an overwrite mode flag to the `generate` commands `--out` flag so that we can have appending be the default behaviour of the command when outputting to a file and...

enhancement

Add test files for the following cases - if in a git repository - output if not in a git repository - on a repo with just 1 commit and...

good first issue
tests

Add the ability to read from standard in and categoriese them as well - [ ] Add in STDIN Support - [ ] Add in Format resolvers for different git...

enhancement

Hey ! I got an issue by running `commitlog generate` after a fresh install ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2...