Skip to content

Commit

Permalink
Add npm publish to release steps (apollographql#207)
Browse files Browse the repository at this point in the history
Whenever we publish a new version of the devtools for Chrome/FF,
we need to also publish a new version to npm (so external tools
integrating with devtools can get access to the latest version).
We will want to automate this at some point in the future.
  • Loading branch information
hwillson authored and Mike Lyons committed Jun 20, 2019
1 parent 7e0f6fa commit 7542bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -111,6 +111,7 @@ Release process, for those with permission:
- Merge changes and version tag to `master`.
- Run `npm run zip` to pack all of the builds for submission.
- Create a new release on the webstores of each extension (and eventually cut a new electron release), uploading the new zip folder.
- Make sure the version used in `manifest.json` is also used in `package.json`, and publish a new version to npm using `npm publish` in the root of the project.

### Prior Art

Expand Down

0 comments on commit 7542bf4

Please sign in to comment.