Sha256: e7297ab77d8dcbc8cd0302b055712a7f799422fed203572dab3a148b3e3ffa82

Contents?: true

Size: 660 Bytes

Versions: 4

Compression:

Stored size: 660 Bytes

Contents

## Pimp My Changelog

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

### Example:

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

becomes:

> Add Travis-CI support. ([@pcreux][], [#181][])
<!--- The following link definition list is generated by PimpMyChangelog --->
[#181]: https://github.com/gregbell/active_admin/issues/181
[@pcreux]: https://github.com/pcreux


### 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.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pimpmychangelog-0.1.1 README.md
pimpmychangelog-0.1.0 README.md
pimpmychangelog-0.0.3 README.md
pimpmychangelog-0.0.2 README.md