Skip to content

Commit 25ff5c8

Browse files
ci(fix): attempt to fix release-please config
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
1 parent ed0509b commit 25ff5c8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- uses: google-github-actions/release-please-action@v4
2222
with:
2323
token: ${{ steps.app-token.outputs.token }}
24-
config-file: .github/release-please-config.json
24+
config-file: release-please-config.json

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "v0.1.0"
2+
".": "0.1.0"
33
}

.github/release-please-config.json renamed to release-please-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"release-type": "go",
34
"changelog-type": "github",
45
"changelog-sections": [
@@ -32,5 +33,8 @@
3233
"section": "CI",
3334
"hidden": true
3435
}
35-
]
36+
],
37+
"packages": {
38+
".": {}
39+
}
3640
}

0 commit comments

Comments
 (0)