Commit 505f07a
authored
fix: minor fixes related to release (coder#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.gz1 parent ee47293 commit 505f07aCopy full SHA for 505f07a
4 files changed
+29-11Lines changed: 29 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- docs
- test/unit/node/test-plugin
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/publish.yaml
Copy file name to clipboardExpand all lines: .github/workflows/publish.yaml+6-8Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
32 | | - |
33 | | - |
| 31 | + |
| 32 | + |
34 | 33 | |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
40 | 38 | |
41 | 39 | |
42 | 40 | |
|
Collapse file
.github/workflows/release.yaml
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
249 | 249 | |
250 | 250 | |
251 | 251 | |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | | - |
145 | | - |
| 144 | + |
146 | 145 | |
147 | 146 | |
148 | 147 | |
|
Collapse file
test/unit/node/test-plugin/package.json
Copy file name to clipboardExpand all lines: test/unit/node/test-plugin/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
|
0 commit comments