semantic-release-vsce 5.0.9 → 5.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
|
|
|
55
55
|
|
|
56
56
|
| Option | Type | Description |
|
|
57
57
|
| -------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
58
|
-
| `packageVsix` | `boolean
|
|
58
|
+
| `packageVsix` | `boolean or string` | If set to true, plugin will generate a .vsix file at the set file path after publishing. If is a string, it will be used as value for `--out` of `vsce package`. <br /> It is recommended to upload this to your GitHub release page so your users can easily rollback to an earlier version if a version ever introduces a bad bug.|
|
|
59
59
|
|
|
60
60
|
### Environment Variables
|
|
61
61
|
|