1.4.0 • Published 3 years ago

git-commits-to-changelog v1.4.0

Weekly downloads
135
License
MIT
Repository
github
Last release
3 years ago

git-commits-to-changelog

A CLI to generate changelog from git commits.

Dependency Status devDependency Status Build Status: Linux Build Status: Windows Github CI npm version Downloads type-coverage

install

yarn global add git-commits-to-changelog

usage

run git-commits-to-changelog

options

keydescription
-h,--helpPrint this message.
-v,--versionPrint the version
--releaserelease version, eg --release 1.0.0
--appendappend changelog to old changelog rather than generate it from whole git commits

API

import { gitCommitToChangeLog } from 'git-commits-to-changelog'

const changelog = await gitCommitToChangeLog()
1.4.0

3 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago