Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Jul 5, 2023
1 parent af7eb4f commit dfe4f6a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.3.0...master)
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.4.0...master)

## [1.4.0](https://github.com/HaaLeo/publish-vscode-extension/tree/1.4.0) 2023-07-05

### Security
* Updated dependencies to
* `@vscode/vsce@2.19.0`
* `ovsx@0.8.2`

### Added
* Adds `--skip-duplicate` functionality for `vsce`. Issue [#38](https://github.com/HaaLeo/publish-vscode-extension/issues/38).

### Fixed
* A bug that swallowed publish errors silently. Contributed by [@VladBrok](https://github.com/VladBrok).

### Changed
* Clarified the usage of the `dependencies` option [#35](https://github.com/HaaLeo/publish-vscode-extension/issues/35). Contributed by [@Antyos](https://github.com/Antyos)
* Updated the Readme to state that the Open VSX registry also supports the `preRelease` flag [#42](https://github.com/HaaLeo/publish-vscode-extension/issues/42).

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.3.0...v1.4.0)

## [v1.3.0](https://github.com/HaaLeo/publish-vscode-extension/tree/v1.3.0) 2023-04-01

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ You can set any or all of the following input parameters:
|`noVerify` |boolean| no |`false` | Allow publishing extensions to the visual studio marketplace which use a proposed API (enableProposedApi: true). Similar to vsce's `--noVerify` command line argument.
|`preRelease` |boolean| no |`false` | Mark the extensions release as pre-release. Is only considered when packaging an extension.
|`dependencies` |boolean| no |`true` | Check that dependencies defined in `package.json` exist in `node_modules`. Set to `false` if using pnpm or yarn v2+ with PnP.
|`skipDuplicate` |boolean| no |`false` | Fail silently if version already exists on the marketplace. Equivalent to the `--skip-duplicate` option of the vsce CLI.

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ inputs:
required: false
default: true
skipDuplicate:
description: 'Don\'t throw an error when the package version is already present in the registry'
description: 'Fail silently if version already exists on the marketplace'
required: false
default: false

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120745,7 +120745,7 @@ module.exports = JSON.parse('{"application/andrew-inset":["ez"],"application/app
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"publish-vscode-extension","version":"1.3.0","description":"GitHub action to publish your VS Code Extension to the Open VSX Registry.","main":"dist/index.js","scripts":{"test":"nyc mocha \'out/test/**/*.test.js\'","coverage":"nyc report --reporter=lcov","build":"npm run build:ncc && npm run build:test","build:ncc":"ncc build src/index.ts --source-map --no-source-map-register","build:test":"tsc -p tsconfig.json","lint":"eslint . --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/HaaLeo/publish-vscode-extension.git"},"keywords":["github","action","open","vsx","vscode","publish","Visual Studio Code"],"author":{"name":"HaaLeo","url":"https://github.com/HaaLeo"},"license":"SEE LICENSE IN LICENSE.txt","bugs":{"url":"https://github.com/HaaLeo/publish-vscode-extension/issues"},"homepage":"https://github.com/HaaLeo/publish-vscode-extension#readme","dependencies":{"@actions/core":"^1.10.0","@vscode/vsce":"^2.19.0","ovsx":"^0.8.2"},"devDependencies":{"@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.4","@types/mocha":"^10.0.0","@types/node":"^16.11.26","@types/sinon":"^10.0.6","@types/sinon-chai":"^3.2.6","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","@vercel/ncc":"^0.36.1","chai":"^4.3.4","chai-as-promised":"^7.1.1","eslint":"^8.4.1","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^10.2.0","nyc":"^15.1.0","sinon":"^15.0.0","sinon-chai":"^3.7.0","typescript":"^5.0.3"}}');
module.exports = JSON.parse('{"name":"publish-vscode-extension","version":"1.4.0","description":"GitHub action to publish your VS Code Extension to the Open VSX Registry.","main":"dist/index.js","scripts":{"test":"nyc mocha \'out/test/**/*.test.js\'","coverage":"nyc report --reporter=lcov","build":"npm run build:ncc && npm run build:test","build:ncc":"ncc build src/index.ts --source-map --no-source-map-register","build:test":"tsc -p tsconfig.json","lint":"eslint . --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/HaaLeo/publish-vscode-extension.git"},"keywords":["github","action","open","vsx","vscode","publish","Visual Studio Code"],"author":{"name":"HaaLeo","url":"https://github.com/HaaLeo"},"license":"SEE LICENSE IN LICENSE.txt","bugs":{"url":"https://github.com/HaaLeo/publish-vscode-extension/issues"},"homepage":"https://github.com/HaaLeo/publish-vscode-extension#readme","dependencies":{"@actions/core":"^1.10.0","@vscode/vsce":"^2.19.0","ovsx":"^0.8.2"},"devDependencies":{"@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.4","@types/mocha":"^10.0.0","@types/node":"^16.11.26","@types/sinon":"^10.0.6","@types/sinon-chai":"^3.2.6","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","@vercel/ncc":"^0.36.1","chai":"^4.3.4","chai-as-promised":"^7.1.1","eslint":"^8.4.1","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^10.2.0","nyc":"^15.1.0","sinon":"^15.0.0","sinon-chai":"^3.7.0","typescript":"^5.0.3"}}');

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish-vscode-extension",
"version": "1.3.0",
"version": "1.4.0",
"description": "GitHub action to publish your VS Code Extension to the Open VSX Registry.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit dfe4f6a

Please sign in to comment.