Skip to content

Commit

Permalink
Merge pull request #1536 from stevemao/build
Browse files Browse the repository at this point in the history
chore(build): make release work properly
  • Loading branch information
dignifiedquire committed Aug 4, 2015
2 parents f8a41e4 + 452c9a8 commit 80f51c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ module.exports = function (grunt) {
token: process.env.GH_TOKEN
},
changelogOpts: {
preset: 'angular',
releaseCount: 0
preset: 'angular'
}
}
}
Expand All @@ -129,7 +128,6 @@ module.exports = function (grunt) {
'CHANGELOG.md'
],
commitMessage: 'chore: release v%VERSION%',
push: false,
prereleaseName: 'rc'
}
}
Expand Down

0 comments on commit 80f51c1

Please sign in to comment.