Compute state based on github event

This commit is contained in:
Alex Dima 2021-12-10 20:52:34 +01:00
parent d5dd935683
commit 119b4dbe5f
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
3 changed files with 107 additions and 1 deletions

View file

@ -9,7 +9,7 @@ const fs = require('fs');
const cp = require('child_process');
if (process.argv.length !== 3) {
console.error(`usage: node updateVersion.js <PATH_TO_PACKAGE_JSON_FILE>`);
console.error(`usage: node setNightlyVersion.js <PATH_TO_PACKAGE_JSON_FILE>`);
process.exit(1);
}