Skip to content

Commit

Permalink
Merge branch 'next' of github.com:bugsnag/bugsnag-js into next
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Oct 30, 2019
2 parents 2bcdeaf + c642354 commit dae42fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ lerna version prerelease
If you want to publish the release to npm, use the following command:

```
lerna publish from-git --npm-tag next
lerna publish from-git --dist-tag next
```

The `--npm-tag next` part ensures that it is not installed by unsuspecting users who do not specify a version.
The `--dist-tag next` part ensures that it is not installed by unsuspecting users who do not specify a version – npm automatically adds the `latest` tag to a published module unless one is specified.

If you want to publish the release to the CDN, use the following command:

Expand Down

0 comments on commit dae42fa

Please sign in to comment.