Skip to content

Commit 9d9a34b

Browse files
fix(ci): Fix release-please setup (#282)
At least I hope it will fix things. At the very least, release-please debug-config pointing to the source branch of this PR shows sensible output.
1 parent af2b78e commit 9d9a34b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/vscode-extension-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
id: release
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
37-
config-file: debugger/vscode-dap-extension/release-please-config.json
38-
manifest-file: debugger/vscode-dap-extension/.release-please-manifest.json
37+
path: debugger/vscode-dap-extension/
3938

4039
publish-extension:
4140
needs: release-please

.release-please-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
".": "0.2.1",
3+
"debugger/vscode-dap-extension": "0.2.0"
4+
}

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"include-v-in-tag": true,
66
"packages": {
77
".": {
8+
"package-name": "starlingmonkey",
89
"exclude-paths": ["debugger/vscode-dap-extension/**"]
910
},
1011
"debugger/vscode-dap-extension": {
1112
"package-name": "starlingmonkey-debugger",
12-
"release-type": "node",
13-
"include-v-in-tag": true
13+
"release-type": "node"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)