dashlog 0.0.2 copy "dashlog: ^0.0.2" to clipboard
dashlog: ^0.0.2 copied to clipboard

Command line tool for generating a changelog from git tags and semantic commit history.

DASHLOG #

Command line tool for generating a changelog from git tags and semantic commit history.

Install #

$ dart pub global activate dashlog

Usage #

Usage: dashlog create [arguments]
-h, --help                                   Print this usage information.
-o, --output=<path>                          The output path
                                             (defaults to "CHANGELOG.md")
-t, --types=<patterns separated by comma>    Commits types (other types will be ignored)
                                             (defaults to "feat", "fix", "test", "docs", "build")

Semantic Commit Messages #

Format: <type>(<scope>): <subject>

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

NB: scope is optional

References:

4
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Command line tool for generating a changelog from git tags and semantic commit history.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, mustache_template, process_run

More

Packages that depend on dashlog