Skip to content

Commit

Permalink
add note about including source when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Apr 22, 2022
1 parent 6f6c12b commit e9071ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -39,6 +39,9 @@ be called with `callback(error, minidump)` upon completion.


## Releasing a new npm version
- Ensure you have checked out the `deps/breakpad` submodule. If you don't check
this out, then the source code of breakpad will not be included in the npm
package, and it will not be possible to build from source.
- Change the version in `package.json`, make a new git tag, and push it to GitHub.
- Wait until the GitHub Actions on the main branch pass.
- The artifacts of the latest GitHub Action run should be downloaded and placed under the `bin` folder
Expand Down

0 comments on commit e9071ec

Please sign in to comment.