5.0.0 • Published 11 months ago

releaz v5.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
11 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

5.0.0

11 months ago

4.1.0

2 years ago

4.0.1

2 years ago

4.0.0

3 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago