We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcee25 commit b1690f1Copy full SHA for b1690f1
tools/release.js
@@ -31,6 +31,10 @@ async function startRelease() {
31
32
log(`*** Owl release script ***`);
33
log(`Current Version: ${package.version}`);
34
+ log(`Warning: this script will push to the master branch!`);
35
+ log(`Make sure that github is configured to allow it:`);
36
+ log(` settings => branches => edit master => uncheck Do not allow bypassing the above settings`);
37
+ log(` (and probably a good idea to readd the protection after)`)
38
39
const STEPS = 11;
40
let step = 1;
0 commit comments