Skip to content

Commit

Permalink
update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Dec 13, 2016
1 parent 40538f6 commit 9c3c6fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ $ ./scripts/plugin-timing.js file.js

### Releasing

Use `npm run publish`. It will run `lerna publish` (we use --independent) so it will prompt the version number for every package.
> If you are releasing a new package, you'll want to run `./scripts/npm-owner-update.sh` to add all owners to the new npm package after releasing. Or do it manually via `https://www.npmjs.com/package/package-name-here/access`.
If you are releasing a new package, you'll want to run `./scripts/npm-owner-update.sh` to add all owners to the new npm package.
If you need to update deps run `npm run clean` and then `npm run bootstrap`.

To get the changelog, run `npm run changelog` to print to the terminal.

Use `npm run publish`. It will run `lerna publish` (we use `--independent`) so it will prompt the version number for every package.

0 comments on commit 9c3c6fb

Please sign in to comment.