Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit c79f0c8

Browse files
committed
chore(bump): add bower.json to bump
Add bower.json to conventional bump gulp task for updating bower with releases. Closes #1465
1 parent 4ee3d4e commit c79f0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ gulp.task('recommendedBump', function(done) {
113113

114114
conventionalRecommendedBump({preset: 'angular'}, function(err, importance) {
115115
// Get all the files to bump version in
116-
gulp.src(['./package.json'])
116+
gulp.src(['./package.json', './bower.json'])
117117
.pipe($.bump({type: importance}))
118118
.pipe(gulp.dest('./'));
119119

0 commit comments

Comments
 (0)