File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ For the first release of a major version, follow the instructions in
168
168
For non-major release, check out the patch branch (e.g. ` 9.1.x ` ), then run:
169
169
``` bash
170
170
yarn # Reload dependencies
171
- yarn admin publish
171
+ yarn admin publish --tag latest
172
172
```
173
173
174
174
If also publishing a prerelease, check out ` master ` , then run:
@@ -177,6 +177,16 @@ yarn # Reload dependencies
177
177
yarn admin publish --tag next
178
178
```
179
179
180
+ If also publish an LTS branch, check out that patch branch (e.g. ` 8.3.x ` ), then
181
+ run:
182
+
183
+ ** Make sure to update the NPM tag for the version you are releasing!**
184
+
185
+ ``` bash
186
+ yarn # Reload dependencies
187
+ yarn admin publish --tag v8-lts
188
+ ```
189
+
180
190
### Release Notes
181
191
182
192
` yarn run -s admin changelog ` takes ` from ` and ` to ` arguments which are any valid git
You can’t perform that action at this time.
0 commit comments