Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreux committed Aug 25, 2011
1 parent 9e9a07b commit 6c1e749
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
@@ -0,0 +1,27 @@
## 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

Run:

pimpmychangelog gregbell active_admin CHANGELOG.md
# => Pimped CHANGELOG.md

0 comments on commit 6c1e749

Please sign in to comment.