Skip to content

Commit 4938554

Browse files
dgp1130alan-agius4
authored andcommitted
docs: update release doc to include changes to publish script
1 parent 6e8d450 commit 4938554

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/process/release.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ For the first release of a major version, follow the instructions in
168168
For non-major release, check out the patch branch (e.g. `9.1.x`), then run:
169169
```bash
170170
yarn # Reload dependencies
171-
yarn admin publish
171+
yarn admin publish --tag latest
172172
```
173173

174174
If also publishing a prerelease, check out `master`, then run:
@@ -177,6 +177,16 @@ yarn # Reload dependencies
177177
yarn admin publish --tag next
178178
```
179179

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+
180190
### Release Notes
181191

182192
`yarn run -s admin changelog` takes `from` and `to` arguments which are any valid git

0 commit comments

Comments
 (0)