Skip to content

Commit 19fa192

Browse files
dgp1130alan-agius4
authored andcommitted
docs: update release doc to include changes to publish script
(cherry picked from commit 4938554)
1 parent 37e321b commit 19fa192

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
@@ -154,7 +154,7 @@ After closing the tab, you have successfully logged in, it is time to publish.
154154
Check out the patch branch (e.g. `9.1.x`), then run:
155155
```bash
156156
yarn # Reload dependencies
157-
yarn admin publish
157+
yarn admin publish --tag latest
158158
```
159159

160160
If also publishing a prerelease, check out `master`, then run:
@@ -163,6 +163,16 @@ yarn # Reload dependencies
163163
yarn admin publish --tag next
164164
```
165165

166+
If also publish an LTS branch, check out that patch branch (e.g. `8.3.x`), then
167+
run:
168+
169+
**Make sure to update the NPM tag for the version you are releasing!**
170+
171+
```bash
172+
yarn # Reload dependencies
173+
yarn admin publish --tag v8-lts
174+
```
175+
166176
### Release Notes
167177

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

0 commit comments

Comments
 (0)