Skip to content

Commit 4f80ed7

Browse files
committed
Swap regIsLTS logic
1 parent f41f46a commit 4f80ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ flowchart TB
5656
-- yes -->
5757
5858
regIsLTS{"Was the last version
59-
not affected by
59+
affected by
6060
the regression released
6161
before 3.3.0?"}
62-
-- no --> ocbReg
62+
-- yes --> ocbReg
6363
6464
subgraph "LTS Regression"
6565
ocbReg{"Does it cause
@@ -89,7 +89,7 @@ flowchart TB
8989
the old regression"| reject
9090
9191
regression -- no --> types
92-
regIsLTS -- yes --> types
92+
regIsLTS -- no --> types
9393
types{"Can the fix
9494
change types
9595
in any correct

0 commit comments

Comments
 (0)