Skip to content

pcreux/pimpmychangelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pimp My Changelog

Add links to users and issues in your CHANGELOG.md.

Build Status

Example:

Add Travis-CI support. (@pcreux, #181)

becomes:

Add Travis-CI support. (@pcreux, #181)

Usage:

Install:

gem install pimpmychangelog

Go in your project directory and run:

pimpmychangelog
  # => Your changelog is now pimped!

Notes:

  • We assume the CHANGELOG file is CHANGELOG.md
  • We assume origin points to the github repository that the issues belong to.