Skip to content

Commit

Permalink
docs(contributing): mention manual docs/api updates (puppeteer#5023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored and Roman Fojtik committed Dec 21, 2019
1 parent d873c63 commit 8571def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -245,6 +245,7 @@ Releasing to npm consists of the following phases:
4. Once merged, publish the release notes using [GitHub's "draft new release tag" option](https://github.com/GoogleChrome/puppeteer/releases/new).
- **NOTE**: tag names are prefixed with `'v'`, e.g. for version `1.4.0` the tag is `v1.4.0`.
- For the "raw notes" section, use `git log --pretty="%h - %s" v1.19.0..HEAD`.
5. Update the “Releases per Chromium Version” list in [`docs/api.md`](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md) to include the new version.
2. Publish `puppeteer` to npm.
1. On your local machine, pull from [upstream](https://github.com/GoogleChrome/puppeteer) and make sure the last commit is the one just merged.
2. Run `git status` and make sure there are no untracked files.
Expand Down

0 comments on commit 8571def

Please sign in to comment.