1
0

Don't exit the release script if there are uncommitted changes (#19088)

This commit is contained in:
Andrew Morgan
2025-10-24 11:39:06 +02:00
committed by GitHub
parent 5556b491c1
commit 72d0de9f30
+1
View File
@@ -0,0 +1 @@
Don't immediately exit the release script if the checkout is dirty. Instead, allow the user to clear the dirty changes and retry.