summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-05 13:04:46 -0500
committerJeff Carr <[email protected]>2025-09-05 13:04:46 -0500
commite5c43347ea72b6dfa6738296506c5e22ae7aaad5 (patch)
treeb90f423cfa419866fad73b1a2140add585599a08
parent515f862f19dbe5dd40bcad8f32940dbab27fa3a6 (diff)
try even quicker release processv0.23.105v0.23.104v0.23.103
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index aa3fe33..fec3f9a 100644
--- a/main.go
+++ b/main.go
@@ -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)
}