Skip to content

Commit 706f844

Browse files
committed
fix: move extra-files definition to packages
1 parent 6530d62 commit 706f844

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
id: release
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19+
release-type: node
1920
- uses: actions/checkout@v2
2021
- uses: actions/setup-node@v1
2122
with:

release-please-config.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "none",
4-
"extra-files": [
5-
{
6-
"type": "json",
7-
"path": "manifest.json",
8-
"jsonpath": "$.version"
4+
"packages": {
5+
".": {
6+
"extra-files": [
7+
{
8+
"type": "json",
9+
"path": "manifest.json",
10+
"jsonpath": "$.version"
11+
}
12+
]
913
}
10-
]
14+
}
1115
}

0 commit comments

Comments
 (0)