Document fixing tags for preprease
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
@ -106,4 +106,11 @@ npm publish [--tag prerelease]
|
|||||||
grunt browser_clients:release
|
grunt browser_clients:release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If this is a prerelease, you will need to modify the `elasticsearch-browser` npm tags
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm dist-tag add elasticsearch-browser@11.0.1 latest
|
||||||
|
npm dist-tag add elasticsearch-browser@12.0.0-rc4 prerelease
|
||||||
|
```
|
||||||
|
|
||||||
Voila! You're all finished.
|
Voila! You're all finished.
|
||||||
|
|||||||
Reference in New Issue
Block a user