Skip to content

ymoreiratiti/generator-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Helper to generate a changelog.md file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published