Releases: bchr02/node-pre-gyp-github
Releases · bchr02/node-pre-gyp-github
1.2.0
Changes:
- Adds support of remote_path with {version} placeholder as release tag names instead of tag names hard-coded into host. (is backward compatible, so if no remote_path then uses version as the release tag name)
- Adds missing error message to createRelease callback
- Adds configuration sanity checking.
- Updated README.md
We have @royaltm to thank for this release!
1.1.2
1.1.1
1.1.0
- show help if no subcommand present
- expose release option to publish
- update README.md to include release option
- update version in package.json to 1.1.0
We have @jacobrosenthal to thank for these changes.