Skip to content

Commit

Permalink
ci(fix): attempt to fix release-please config (#624)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
hairyhenderson authored May 11, 2024
1 parent ed0509b commit 7c261ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.app-token.outputs.token }}
config-file: .github/release-please-config.json
config-file: release-please-config.json
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "v0.1.0"
".": "0.1.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"changelog-type": "github",
"changelog-type": "default",
"changelog-sections": [
{
"type": "feat",
Expand Down Expand Up @@ -32,5 +33,8 @@
"section": "CI",
"hidden": true
}
]
],
"packages": {
".": {}
}
}

0 comments on commit 7c261ce

Please sign in to comment.