Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
fix(gulp): Change commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
willsoto committed Jan 22, 2015
1 parent 001661c commit 7dc65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var release = function(importance) {
type: importance
}))
.pipe(gulp.dest('./'))
.pipe($.git.commit('bumps package version'))
.pipe($.git.commit('chore: bumps package version'))
.pipe($.filter('bower.json'))
.pipe(tagVersion());
};
Expand Down

0 comments on commit 7dc65b5

Please sign in to comment.