Releases: felipecrs/semantic-release-vsce
Releases · felipecrs/semantic-release-vsce
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2022-01-18)
⚠ BREAKING CHANGES
-
drop support for
VSCE_TOKEN
(#234)- As this was already deprecated, the
VSCE_TOKEN
is not supported anymore in favor ofVSCE_PAT
which is already supported byvsce
itself. If you have aVSCE_TOKEN
set, please unset it and setVSCE_PAT
instead.
- As this was already deprecated, the
-
drop
yarn
option (#233)- As
vsce
now supports configuration through thepackage.json
file (see microsoft/vscode-vsce#548), this option was dropped to simplify the codebase. One should either rely on thevsce
automatically detecting when to useyarn
(see microsoft/vscode-vsce#480), or add the following topackage.json
:
{ "vsce": { "yarn": true } }
- As
-
set minimum
semantic-release
version as 18 (#210)- This requires that you upgrade your semantic-release to at least version 18 before using together with this package.
-
set minimum
node
version as 14 (#229)- This drops support for Node 10 and 12 because
vsce
itself also did. Make sure your pipeline now runs in an environment with Node 14 or higher.
- This drops support for Node 10 and 12 because
Build System
- deps: drop support for Node 10 and 12 (#229) (b0787f9)
- deps: set minimum semantic-release as 18 (#210) (4dd5de0)