Add CONTRIBUTING note about publishing package for the first time

This commit is contained in:
Michael Shilman 2017-06-10 00:58:53 +12:00
parent 92b986225b
commit 39b4c0380d

View File

@ -198,6 +198,8 @@ npm run bootstrap
From here there are different procedures for prerelease (e.g. alpha/beta/rc) and proper release.
> **NOTE:** the very first time you publish a scoped package (`@storybook/x`) you need to publish it by hand because the default for scoped packages is private, and we need to make our packages public. If you try to publish a package for the first time using our `lerna` publish script, `lerna` will crash halfway through and you'll be in a world of pain.
#### For prerelease (no CHANGELOG):
```sh