You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is intended to be used with node-pre-gyp. Therefore, be sure to configure and install node-pre-gyp first. After having done that, within **```package.json```** update the ```binary```properties ```host``` and ```remote_path```so it matches the following format:
22
+
This module is intended to be used with node-pre-gyp. Therefore, be sure to configure and install node-pre-gyp first. After having done that, within **```package.json```** update the `binary` section properties so they match the following format:
Be sure to replace ```[owner]```, ```[repo]```, with actual values,
30
-
but DO NOT replace ```{version}``` with actual version.
30
+
Be sure to replace `[owner]`, `[repo]`, with actual values,
31
+
but DO NOT replace `{version}` with actual version.
31
32
32
-
***WARNING: Variable substitutions are not supported on the ```host``` property and on the ```remote_path``` only ```{version}``` placeholder is supported. The value of ```remote_path``` after substitution will become a release tag name. Do not use [forbidden git tag characters](https://git-scm.com/docs/git-check-ref-format)for ```version``` and ```remote_path``` properties.***
33
+
***WARNING: Variable substitutions are not supported on the `host` or `remote_path` property. Only `{version}` placeholder is supported for the `tag` property. The value of `tag` after substitution will become a release tag name. Do not use [forbidden git tag characters](https://git-scm.com/docs/git-check-ref-format)in your `package.version` or `package.binary.tag` properties.***
thrownewError('binary.host in package.json should contain: "'+pathPrefix+'"');
66
+
}
67
+
59
68
this.github.headers={"user-agent": (this.package_json.name) ? this.package_json.name : "node-pre-gyp-github"};// GitHub is happy with a unique user agent
consoleLog('Release '+release.tag_name+" not found, so a draft release was created. YOU MUST MANUALLY PUBLISH THIS DRAFT WITHIN GITHUB FOR IT TO BE ACCESSIBLE.");
describe("Verify backwords compatible with any breaking changes made within the same MINOR version.",function(){
160
-
160
+
161
161
it("should publish even when package.json's binary.remote_path property is not provided and instead the version is hard coded within binary.host",function(){
0 commit comments