1.0.2 • Published 5 years ago

generator-changelog v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Generator Changelog

Introduction

A simple helper to generate changelog.md file. Inspired by Gitlab changelog entries.

Create unreleased changelogs entries, then, on release, group all an generate a changelog.md file.

Code Samples

Create new entry on unreleased changes

Just run yo changelog on your console.

foo@bar:~$ yo changelog

? Author Yuri Titi
? Type of change? Added
? What's change? Generator to update changelog.md file

Generate changelog.md

Just run yo changelog:generate on your console.

This will ask you version then update changelog.md and package.json

foo@bar:~$ yo changelog:generate

? Version 1.0.0

Installation

foo@bar:~$ npm install -g yo generator-changelog
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago