You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ Release process, for those with permission:
111
111
- Merge changes and version tag to `master`.
112
112
- Run `npm run zip` to pack all of the builds for submission.
113
113
- 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.
0 commit comments