We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6c12b commit e9071ecCopy full SHA for e9071ec
README.md
@@ -39,6 +39,9 @@ be called with `callback(error, minidump)` upon completion.
39
40
41
## Releasing a new npm version
42
+- Ensure you have checked out the `deps/breakpad` submodule. If you don't check
43
+ this out, then the source code of breakpad will not be included in the npm
44
+ package, and it will not be possible to build from source.
45
- Change the version in `package.json`, make a new git tag, and push it to GitHub.
46
- Wait until the GitHub Actions on the main branch pass.
47
- The artifacts of the latest GitHub Action run should be downloaded and placed under the `bin` folder
0 commit comments