diff --git a/.grenrc.js b/.grenrc.js index 0a6d5a96..a1caa108 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -1,4 +1,6 @@ module.exports = { + "dataSource": "commits", + "tags": "all", "prefix": "v", "ignoreIssuesWith": [ "duplicate", @@ -6,6 +8,8 @@ module.exports = { "invalid", "help wanted" ], + username: "cjbarth", + repo: "github-release-notes", "template": { "issue": "- [{{text}}]({{url}}) {{name}}" }, diff --git a/.npmignore b/.npmignore index 1de1f080..0e475229 100644 --- a/.npmignore +++ b/.npmignore @@ -13,3 +13,5 @@ test/ .jsdoc.conf.json .travis.yml .nyc_output +.babelrc +.release-it.json