try even quicker release process

This commit is contained in:
Jeff Carr 2025-09-05 13:04:46 -05:00
parent 515f862f19
commit e5c43347ea
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ func main() {
if _, count, _, err := me.forge.IsEverythingOnMaster(); err != nil {
log.Info("not everything is on the master branch (", count, "repos)")
if argv.Quick != nil {
// quick also means ignore the master branch check
argv.Force = true
}
if !argv.Force {
os.Exit(-1)
}