8
0
Pārlūkot izejas kodu

Removed unsupported option.

Kamil Piechaczek 6 gadi atpakaļ
vecāks
revīzija
0f9a9cc21d
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      scripts/release/changelog.js

+ 1 - 3
scripts/release/changelog.js

@@ -15,9 +15,7 @@
 const devEnv = require( '@ckeditor/ckeditor5-dev-env' );
 const commonOptions = {
 	cwd: process.cwd(),
-	packages: 'packages',
-	// `newVersion` is mostly used for testing purposes. It allows generating changelog that contains the same version for all packages.
-	newVersion: process.argv[ 2 ] || null
+	packages: 'packages'
 };
 const editorBuildsGlob = '@ckeditor/ckeditor5-build-*';