Commit b854984
committed
fix(scripts): handle --force-registry flag when no bump commits exist
Previously when no version bump commits were found, the script would exit early before checking the --force-registry flag. Now it checks for the flag and attempts to publish at HEAD even when there are no bump commits.1 parent 7b8dfea commit b854984
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
588 | 596 | | |
589 | 597 | | |
590 | 598 | | |
| |||
0 commit comments