Skip to content

Commit

Permalink
Update make-version-metadata.js comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed May 8, 2020
1 parent e5476f5 commit 11475b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions newIDE/app/scripts/make-version-metadata.js
@@ -1,6 +1,10 @@
/**
* Launch this script to re-generate the files containing the list of extensions
* being used by each example.
* Launch this script to re-generate VersionMetadata.js, used by the IDE
* to know about the current version number.
*
* The version is read from `newIDE/electron-app/app/package.json`. It must
* always be the source of truth and the only place to update when the version
* is changed.
*/
const fs = require('fs');
var shell = require('shelljs');
Expand Down

0 comments on commit 11475b9

Please sign in to comment.