浏览代码

Also ship CHANGELOG.md

Alex Dima 8 年之前
父节点
当前提交
73ef480e97
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      gulpfile.js

+ 2 - 1
gulpfile.js

@@ -41,7 +41,8 @@ gulp.task('release', ['clean-release'], function() {
 			}))
 			.pipe(gulp.dest('release')),
 
-		gulp.src('CHANGELOG.md'),
+		gulp.src('CHANGELOG.md')
+			.pipe(gulp.dest('release')),
 
 		// min-maps folder
 		gulp.src('node_modules/monaco-editor-core/min-maps/**/*').pipe(gulp.dest('release/min-maps')),