8
0
Просмотр исходного кода

Renamed changelog task because it will also generate a changelog for the main repository.

Kamil Piechaczek 8 лет назад
Родитель
Сommit
7e40cead0e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -124,7 +124,7 @@ gulp.task( 'translations:download', () => {
 
 // Releasing. -----------------------------------------------------------------
 
-gulp.task( 'changelog:dependencies', () => {
+gulp.task( 'changelog', () => {
 	assertIsInstalled( '@ckeditor/ckeditor5-dev-env' );
 
 	const devEnv = require( '@ckeditor/ckeditor5-dev-env' );