Skip to content

Commit b85b5a8

Browse files
committed
Add all the hashes to the generic vsix
This allows them to be downloaded by the generic vsix without a warning appearing about them not being trusted. This is important, since openvsx doesn't support platform specific binaries yet. Signed-off-by: David Thompson <[email protected]>
1 parent a026ba1 commit b85b5a8

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [0.21.0](https://github.com/redhat-developer/vscode-xml/milestone/29?closed=1) (June 29, 2022)
3+
## [0.21.0](https://github.com/redhat-developer/vscode-xml/milestone/29?closed=1) (June 30, 2022)
44

55
### Enhancements
66

@@ -29,19 +29,20 @@
2929
* DOCTYPE entities interfering with hover annotation display of tags / attributes. See [lemminx#1212](https://github.com/eclipse/lemminx/pull/1212).
3030
* Incorrect error range for `cvc-identity-constraint.4.1`. See [lemminx#1210](https://github.com/eclipse/lemminx/issues/1210).
3131
* Resolve uri as system with XML catalog. See [lemminx#1199](https://github.com/eclipse/lemminx/issues/1199).
32+
* Added permission check and window error message for LemMinx binary. See [#695](https://github.com/redhat-developer/vscode-xml/pull/695).
33+
* After a tag is collapsed, the content of the entire tag cannot be deleted. See [#690](https://github.com/redhat-developer/vscode-xml/issues/690).
3234

3335
### Build
3436

37+
* Use platform specific `.vsix` files, and package the lemminx binary into the `.vsix`. See [#593](https://github.com/redhat-developer/vscode-xml/issues/593).
3538
* Fix native image build on Windows builders. See [#721](https://github.com/redhat-developer/vscode-xml/pull/721).
3639
* Add LemMinX binary artifacts to release tab only on new changes. See [#706](https://github.com/redhat-developer/vscode-xml/pull/706).
3740
* Automatically publish latest snapshot build on Release page. See [#656](https://github.com/redhat-developer/vscode-xml/issues/656).
3841

3942
### Other
4043

4144
* Add DCO information to `CONTRIBUTING.md`. See [#723](https://github.com/redhat-developer/vscode-xml/issues/723).
42-
* Added permission check and window error message for LemMinx binary. See [#695](https://github.com/redhat-developer/vscode-xml/pull/695).
43-
* After a tag is collapsed, the content of the entire tag cannot be deleted. See [#690](https://github.com/redhat-developer/vscode-xml/issues/690).
44-
45+
4546
## [0.20.0](https://github.com/redhat-developer/vscode-xml/milestone/28?closed=1) (March 29, 2022)
4647

4748
### Enhancements
@@ -59,13 +60,13 @@
5960
* Add support to download binaries from GitHub Releases. See [#685](https://github.com/redhat-developer/vscode-xml/pull/685).
6061
* Fix GraalVM Native Image Builds on Jenkins. See [#681](https://github.com/redhat-developer/vscode-xml/pull/681).
6162
* Update GraalVM version used in binary verification builds to x.y.z. See [lemminx#1158](https://github.com/eclipse/lemminx/issues/1158).
62-
63+
6364
## [0.19.1](https://github.com/redhat-developer/vscode-xml/milestone/27?closed=1) (February 15, 2022)
6465

6566
### Bug Fixes
6667

6768
* Fix endless diagnostic publishing when validation is disabled. See [lemminx#1175](https://github.com/eclipse/lemminx/issues/1175).
68-
69+
6970
## [0.19.0](https://github.com/redhat-developer/vscode-xml/milestone/26?closed=1) (February 14, 2022)
7071

7172
### Enhancements

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ node('rhel8'){
8080
sh "vsce package --target ${target} -o vscode-xml-${target}-${packageJson.version}-${env.BUILD_NUMBER}.vsix"
8181
sh "rm ./server/lemminx-*"
8282
}
83+
sh "cp ../staging/lemminx-*.sha256 ./server"
8384
sh "vsce package -o vscode-xml-${packageJson.version}-${env.BUILD_NUMBER}.vsix"
8485

8586
//stage 'Test vscode-xml for staging'

0 commit comments

Comments
 (0)