Archived
1
0

fix: minor fixes related to release (#5732)

* fix: use * for test plugin engines

This removes the need to update this version with every version change.

* refactor: use npm-package in release assets

This adds a new job to `release.yaml` to upload the `npm-package` to the
release assets which will also allow us to download it in the
`publish.yaml` workflow.

* docs: update release instructions

* fixup!: use package.tar.gz
This commit is contained in:
Joe Previte
2022-11-01 10:16:30 -07:00
committed by GitHub
parent ee47293cf6
commit 505f07a9bc
4 changed files with 29 additions and 11 deletions

View File

@ -3,7 +3,7 @@
"name": "test-plugin",
"version": "1.0.0",
"engines": {
"code-server": "^4.8.1"
"code-server": "*"
},
"main": "out/index.js",
"devDependencies": {