releaz
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

releaz

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

Readme

Keywords

none

Package Sidebar

Install

npm i releaz

Weekly Downloads

158

Version

5.0.0

License

MIT

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • litomore