Skip to content

Commit 900b593

Browse files
committed
Add CHANGELOG.MD to copy-misc-files task
1 parent 8e06f3d commit 900b593

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
@@ -31,7 +31,7 @@ gulp.task('copy-package-json', function () {
3131
});
3232

3333
gulp.task('copy-misc-files', function () {
34-
return gulp.src(['README.MD', 'LICENSE'])
34+
return gulp.src(['README.MD', 'LICENSE', 'CHANGELOG.MD'])
3535
.pipe(gulp.dest(distDir));
3636
});
3737

0 commit comments

Comments
 (0)