Skip to content

Commit

Permalink
Added instructions to generate version
Browse files Browse the repository at this point in the history
  • Loading branch information
pacop committed Jul 12, 2021
1 parent 711b093 commit ffe3741
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ be a safe, welcoming space for collaboration, and contributors are expected to a

**win-control** uses [Semantic Versioning 2.0.0](http://semver.org)

## Generating a new version

In order to publish a new version you need to define `NODE_PRE_GYP_GITHUB_TOKEN` as environmental variable.

* Bump version at package.json
* yarn node-pre-gyp clean configure build package
* yarn node-pre-gyp-github publish --release
* npm publish

## License

Expand Down

0 comments on commit ffe3741

Please sign in to comment.