1.1.1 • Published 7 months ago

changelog-make v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

CHANGELOG MAKE

Description

This is a simple node script for making easier to write individual changelog files to your project. Each developer should run this script everytime they start a new task, enabling quickly filling changelog data such as task id, description, section and type of implementation.

Instalation

npm install --save-dev changelog-make

Usage

For major 0:

Simply create a script and import the package:

import ask from 'changelog-make';
ask();

Then, you can add this to your scripts section on package.json:

scripts: {
  "changelog:make": "node ./scripts/changelog-make.js 
}

For major 1:

Simply use npx:

npx changelog-make --option

Options:

--add Adds a record to changelog folder --updateChangelog add all records in changelog folder do UNRELEASED section of CHANGELOG.md

1.1.1

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago