Skip to content

Commit

Permalink
fix(release): fix release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionstrings committed Sep 11, 2015
1 parent 3d1ead5 commit d238463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ gulp.task('release', function (callback) {
'fetch',
'pull-master',
'merge-master',
'commit-changes-master',
//'commit-changes-master',
'push-changes-master',
'create-new-tag',
'github-release',
Expand Down

0 comments on commit d238463

Please sign in to comment.