Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 10, 2024
1 parent c3a94ea commit 76afb25
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,20 @@ In https://github.com/xpack/xpm-js/milestones:

- close the current milestone.

### Check npm package tags

```sh
npm dist-tag ls xpm
```

### Tag the npm package as `latest`

When the release is considered stable, promote it as `latest`:

- `npm dist-tag ls xpm`
- <code>npm dist-tag add xpm@{customField('releaseVersion')} latest</code>
- `npm dist-tag ls xpm`
<CodeBlock language="sh"> {
`npm dist-tag add xpm@${customField('releaseVersion')} latest
npm dist-tag ls xpm
`} </CodeBlock>


## Share on X/Twitter
Expand Down

0 comments on commit 76afb25

Please sign in to comment.