Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 822 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 822 Bytes

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