changelog_cli 0.2.0 changelog_cli: ^0.2.0 copied to clipboard
Simple CLI to generate basic changelog for your project using conventional commits
0.2.0 #
Features
- add slack-markdown printer
0.1.0 #
Chores
- update major dependencies (conventional_commit, file, pub_updater)
- deps: bump pub_updater from 0.2.4 to 0.3.0 in /changelog_cli
Refactor
- update to the latest very_good_cli template, enable completion support
0.0.6+1 #
Refactor
- add basic usage reporting
0.0.6 #
Features
- add markdown printer and expose
--printer
option
0.0.5 #
Features
- simple_printer: include scope of the conventional commit
0.0.4 #
Features
- add auto flag that generates the changelog from the latest tag accessible via git describe
0.0.3+5 #
Refactor
- use shorter name for CI type
0.0.3+4 #
Documentation
- update screenshot
0.0.3+3 #
- no changes
0.0.3+2 #
Bug Fixes
- handle bad git revision in generate command
0.0.3+1 #
Bug Fixes
- don't include version in header if not provided
0.0.3 #
Features
- let manually specify the version
0.0.2+5 #
Refactor
- improve simple printer
- extract getting git dir from arg
- use human readable names for sections
0.0.2+4 #
Refactor
- use human readable names for sections
0.0.2 #
Features
- add limit option
- add simple printer
- add initial implementation of the changelog_cli