Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 2.22 KB

File metadata and controls

86 lines (51 loc) · 2.22 KB

chlog changelog

2022-01-21

BREAKING CHANGES

  • e3340d8 changelog writing is now unified under single -o option (#7)

    -p is now removed. Instead use -o as usual. It will create the output file if the file does not exist and write the changelog to it. If the file exists, the generated changelog will be prepended to the file.

2022-01-03

2022-01-03

2022-01-03

2022-01-03

2022-01-03

2022-01-03

Bug Fixes

  • dbb1aa4 do not canonicalize the output file

  • a04f0de get today date from the system for release date

Features

  • 189dbb3 add -t option for next release tag name

  • ac2a90e exit on unknown options

  • e8d8d29 generate changelog for unreleased

Refactoring

  • 463625f change -c option to -r to align with name "releases"

2022-01-03

Features

  • eebe1eb add help & version flag

  • f4eadbf get required information from git

  • 0e4318e read + write changelog file

  • 4ac1249 skip Co-authored by messages

  • b6a0547 utils for processing commits & args