dashlog

Creator: coderz1093

Last updated:

0 purchases

dashlog Image
dashlog Images

Languages

Categories

Add to Cart

Description:

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/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.