commitlog
commitlog copied to clipboard
Generate Changelogs from Commits (CLI)
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...
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...
Add the ability to read from standard in and categoriese them as well - [ ] Add in STDIN Support - [ ] Add in Format resolvers for different git...
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...