mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] tools: add extra information in release script
This commit is contained in:
committed by
Sam Degueldre
parent
5dcee2564c
commit
b1690f19cc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user