0 purchases
dashlog
DASHLOG #
Command line tool for generating a changelog from git tags and semantic commit history.
Install #
$ dart pub global activate dashlog
copied to clipboard
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")
copied to clipboard
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
copied to clipboard
References:
https://www.conventionalcommits.org/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.