Skip to content

Commit

Permalink
feat: add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Feb 13, 2016
1 parent 98e45b6 commit 86830e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[clog]
changelog = "CHANGELOG.md"
repository = "https://github.com/weareinteractive/ansible-newrelic"
from-latest-tag = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*
*~
!.git*
!.clog.toml
!.travis.yml
!.editorconfig
Empty file added CHANGELOG.md
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ These are the handlers that are defined in `handlers/main.yml`.
## Testing

```
$ git clone https://github.com/weareinteractive/ansible-newrelic.git franklinkim.newrelic
$ cd franklinkim.newrelic
$ git clone https://github.com/weareinteractive/ansible-newrelic.git
$ cd ansible-newrelic
$ vagrant up
```

Expand Down

0 comments on commit 86830e8

Please sign in to comment.