Skip to content

Commit 6f721c1

Browse files
authored
Add npm publish to release steps (apollographql#207)
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.
1 parent 660b185 commit 6f721c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Release process, for those with permission:
111111
- Merge changes and version tag to `master`.
112112
- Run `npm run zip` to pack all of the builds for submission.
113113
- Create a new release on the webstores of each extension (and eventually cut a new electron release), uploading the new zip folder.
114+
- 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.
114115

115116
### Prior Art
116117

0 commit comments

Comments
 (0)