6.0.1 • Published 5 months ago

releaz v6.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 months ago

releaz

npm.io npm.io npm.io

A tool for generate release note based on git log command

Install

npm i releaz

Usage

import releaz from 'releaz';
import chalk from 'chalk';

const result = await releaz({
	range: 'fa475e0..HEAD',
	format: `- ${chalk.cyan('%h')} ${chalk.blue('%an')} %s`,
});

console.log(result);

API

releaz(options)

Options

Here is git log documentation.

Related

License

MIT © LitoMore

6.0.1

5 months ago

6.0.0

5 months ago

5.0.0

2 years ago

4.1.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.0

6 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago