From c4aabc209f2d42668c12b5c121a363384c7b42c4 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Fri, 29 Jan 2016 12:22:29 -0600 Subject: [PATCH] fix(changelog-config): generate changelog from the develop branch --- config/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/changelog.js b/config/changelog.js index 4b19551..ee69e31 100644 --- a/config/changelog.js +++ b/config/changelog.js @@ -8,7 +8,7 @@ module.exports = { // ember style guide: https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md#commit-tagging style: 'angular', // 'ember' 'jquery' - head: 'master', + head: 'develop', base: '-last', // a branch or tag name, `-last` defaults to the version in package.json hooks: {