You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,17 @@ brew install nx
10
10
nx --version
11
11
```
12
12
13
+
## New Major Version
14
+
15
+
Run the script:
16
+
17
+
```
18
+
./create_new_major.rb 22.0.0
19
+
```
20
+
21
+
This will create the new `nx.rb` file and rename the existing major version to `nx@<major>.rb`. You can then open a PR with this version and let CI verify it. To install the new version:
0 commit comments