Răsfoiți Sursa

Added a comment.

Kamil Piechaczek 7 ani în urmă
părinte
comite
5187bcd17a
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      scripts/release/changelog.js

+ 1 - 0
scripts/release/changelog.js

@@ -16,6 +16,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
 };
 const editorBuildsGlob = '@ckeditor/ckeditor5-build-*';