diff --git a/.clog.toml b/.clog.toml new file mode 100644 index 0000000..5e4317e --- /dev/null +++ b/.clog.toml @@ -0,0 +1,4 @@ +[clog] +changelog = "CHANGELOG.md" +repository = "https://github.com/weareinteractive/ansible-newrelic" +from-latest-tag = true diff --git a/.gitignore b/.gitignore index 1b21164..91bcbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .* *~ !.git* +!.clog.toml !.travis.yml !.editorconfig diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 69d1660..a45f723 100644 --- a/README.md +++ b/README.md @@ -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 ```