git-commits-to-changelog
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

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

key description
-h,--help Print this message.
-v,--version Print the version
--release release version, eg --release 1.0.0
--append append changelog to old changelog rather than generate it from whole git commits

API

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

const changelog = await gitCommitToChangeLog()

Readme

Keywords

none

Package Sidebar

Install

npm i git-commits-to-changelog

Weekly Downloads

15

Version

1.4.0

License

MIT

Unpacked Size

12.5 kB

Total Files

8

Last publish

Collaborators

  • plantain_00