diff --git a/tools/release.js b/tools/release.js index 0ec4bb2c6..c17a6a84f 100644 --- a/tools/release.js +++ b/tools/release.js @@ -31,6 +31,10 @@ async function startRelease() { log(`*** Owl release script ***`); log(`Current Version: ${package.version}`); + log(`Warning: this script will push to the master branch!`); + log(`Make sure that github is configured to allow it:`); + log(` settings => branches => edit master => uncheck Do not allow bypassing the above settings`); + log(` (and probably a good idea to readd the protection after)`) const STEPS = 11; let step = 1;