Skip to content

Commit e9071ec

Browse files
committed
add note about including source when publishing
1 parent 6f6c12b commit e9071ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ be called with `callback(error, minidump)` upon completion.
3939

4040

4141
## 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.
4245
- Change the version in `package.json`, make a new git tag, and push it to GitHub.
4346
- Wait until the GitHub Actions on the main branch pass.
4447
- The artifacts of the latest GitHub Action run should be downloaded and placed under the `bin` folder

0 commit comments

Comments
 (0)