Skip to content

Commit 03b073b

Browse files
authored
docs: update view dist-tags instructions (#32193)
1 parent ff5b6a4 commit 03b073b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ _Note: It is advisable to notify the team that the `develop` branch is locked do
122122
npm publish /tmp/cypress-prod.tgz --tag dev
123123
```
124124
125-
9. Double-check that the new version has been published under the `dev` tag using `npm info cypress` or [available-versions](https://github.com/bahmutov/available-versions). `latest` should still point to the previous version. Example output:
125+
9. Double-check that the new version has been published under the `dev` tag using `npm view cypress dist-tags`. The `latest` tag should still point to the previous version. Example output:
126126
127-
```shell
128-
dist-tags:
129-
dev: 3.4.0 latest: 3.3.2
127+
```text
128+
$ npm view cypress dist-tags
129+
{ latest: '14.5.3', dev: '14.5.4' }
130130
```
131131
132-
**Note**: It may take several minutes for `npm info` to reflect the latest version info.
132+
**Note**: It may take several minutes for `npm view` to reflect the latest version info.
133133
134134
10. Test `[email protected]` to make sure everything is working.
135135
- Install the new version: `npm install -g [email protected]`

0 commit comments

Comments
 (0)