Skip to content

Commit

Permalink
fix(changelog-config): generate changelog from the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 29, 2016
1 parent 917e2e8 commit c4aabc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/changelog.js
Expand Up @@ -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: {
Expand Down

0 comments on commit c4aabc2

Please sign in to comment.