diff --git a/scripts/setRelease.js b/scripts/setRelease.js index c760ae2471..2e3c9019f5 100644 --- a/scripts/setRelease.js +++ b/scripts/setRelease.js @@ -1,6 +1,5 @@ -// Create the config.js file in ./public to specify -// the Runtime Configuration items. -// +// Create the release.js file in ./public/scripts/ +// to hold the current version of The Combine. const spawnSync = require("child_process").spawnSync;