diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edf9c2c26..e245093d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,5 +98,5 @@ We are using [`np`](https://github.com/sindresorhus/np) for releases. For prereleases, use something like: ```shell -$ yarn np 2.0.0-alpha.1 --tag=next +$ npx np prerelease --any-branch --tag next ```