Skip to content

Commit b1690f1

Browse files
ged-odoosdegueldre
authored andcommitted
[IMP] tools: add extra information in release script
1 parent 5dcee25 commit b1690f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/release.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ async function startRelease() {
3131

3232
log(`*** Owl release script ***`);
3333
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)`)
3438

3539
const STEPS = 11;
3640
let step = 1;

0 commit comments

Comments
 (0)