1
0
Alex Dima 8 жил өмнө
parent
commit
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')),