mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Also ship CHANGELOG.md
This commit is contained in:
parent
aa19fe0d6f
commit
73ef480e97
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ gulp.task('release', ['clean-release'], function() {
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest('release')),
|
.pipe(gulp.dest('release')),
|
||||||
|
|
||||||
gulp.src('CHANGELOG.md'),
|
gulp.src('CHANGELOG.md')
|
||||||
|
.pipe(gulp.dest('release')),
|
||||||
|
|
||||||
// min-maps folder
|
// min-maps folder
|
||||||
gulp.src('node_modules/monaco-editor-core/min-maps/**/*').pipe(gulp.dest('release/min-maps')),
|
gulp.src('node_modules/monaco-editor-core/min-maps/**/*').pipe(gulp.dest('release/min-maps')),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue