0.0.11 • Published 7 years ago

release-history v0.0.11

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

release-history

History markdown from git tags

XO code style

Usage

Install:

$ npm i -g release-history

CLI:

$ release-history --help

Usage: release history.js [options] [command]

  Commands:

    help  Display help

  Options:

    -c, --commit-base-url         set the remote url for linking to commits, e.g. https://github.com/stbaer/release-history/commits (defaults to "")
    -d, --dry-run                 only log commands without executing them (disabled by default)
    -e, --exclude-strings <list>  excludes a commit if its title contains this string (defaults to [])
    -h, --help                    Output usage information
    -i, --include-strings <list>  includes a commit if its title contains this string (defaults to [])
    -o, --out [value]             output file (defaults to "History.md")
    -v, --version                 Output the version number

Licence

MIT, see LICENSE for details.

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago