github-semantic-version
Advanced tools
+3
-1
@@ -6,4 +6,5 @@ # Change Log | ||
| ## 2018-03-12 - [7.5.0 - current version] | ||
| ## 2018-03-12 - [7.6.0 - current version] | ||
| - 7.6.0 - ([26](https://github.com/ericclemmons/github-semantic-version/pull/26)) - Add new released label process (@milesj) | ||
| - 7.5.0 - ([27](https://github.com/ericclemmons/github-semantic-version/pull/27)) - Add new --check option + BuildKite support (@milesj) | ||
@@ -150,1 +151,2 @@ - 7.4.0 - ([25](https://github.com/ericclemmons/github-semantic-version/pull/25)) - Add new abortOnMissingLabel option (@milesj) | ||
+1
-1
| { | ||
| "name": "github-semantic-version", | ||
| "version": "7.5.0", | ||
| "version": "7.6.0", | ||
| "description": "Automated semantic version releases powered by Github Issues.", | ||
@@ -5,0 +5,0 @@ "bin": { |
+35
-27
@@ -49,6 +49,8 @@ # github-semantic-version | ||
| ```json | ||
| "gsv": { | ||
| "majorLabel": "Version: Major", | ||
| "minorLabel": "Version: Minor", | ||
| "patchLabel": "Version: Patch" | ||
| { | ||
| "gsv": { | ||
| "majorLabel": "Version: Major", | ||
| "minorLabel": "Version: Minor", | ||
| "patchLabel": "Version: Patch" | ||
| } | ||
| } | ||
@@ -72,7 +74,9 @@ ``` | ||
| ```json | ||
| "gsv": { | ||
| "majorLabel": "Version: Major", | ||
| "minorLabel": "Version: Minor", | ||
| "patchLabel": "Version: Patch", | ||
| "internalLabel": "No version: Internal" | ||
| { | ||
| "gsv": { | ||
| "majorLabel": "Version: Major", | ||
| "minorLabel": "Version: Minor", | ||
| "patchLabel": "Version: Patch", | ||
| "internalLabel": "No version: Internal" | ||
| } | ||
| } | ||
@@ -180,6 +184,4 @@ ``` | ||
| "scripts": { | ||
| ... | ||
| "prerelease": "npm run build", | ||
| "release": "github-semantic-version --bump --changelog --push --publish", | ||
| ... | ||
| "release": "github-semantic-version --bump --changelog --push --publish" | ||
| } | ||
@@ -196,9 +198,6 @@ } | ||
| { | ||
| ... | ||
| "gsv": { | ||
| "startVersion": "2.5.0", | ||
| "majorLabel": "Version: Major", | ||
| ... | ||
| }, | ||
| ... | ||
| "majorLabel": "Version: Major" | ||
| } | ||
| } | ||
@@ -217,10 +216,7 @@ ``` | ||
| { | ||
| ... | ||
| "gsv": { | ||
| "github": { | ||
| "host": "github.my-GHE-enabled-company.com" | ||
| }, | ||
| ... | ||
| }, | ||
| ... | ||
| } | ||
| } | ||
| } | ||
@@ -235,13 +231,25 @@ ``` | ||
| { | ||
| ... | ||
| "gsv": { | ||
| "abortOnMissingLabel": true, | ||
| ... | ||
| }, | ||
| ... | ||
| "abortOnMissingLabel": true | ||
| } | ||
| } | ||
| ``` | ||
| #### addReleasedLabelOnSuccess | ||
| Define the `addReleasedLabelOnSuccess` and `releasedLabel` options to add a label to a PR once it has been successfully published. | ||
| ```json | ||
| { | ||
| "gsv": { | ||
| "releasedLabel": "Released", | ||
| "addReleasedLabelOnSuccess": true | ||
| } | ||
| } | ||
| ``` | ||
| > The `releasedLabel` defaults to "Released". | ||
| ### License | ||
| > MIT License 2016 © Eric Clemmons |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
85034
0.46%250
3.31%