Skip to content

Commit

Permalink
fix: refactor release-please config
Browse files Browse the repository at this point in the history
might fix failing extra-files

Signed-off-by: Tom Plant <[email protected]>
  • Loading branch information
pl4nty committed Oct 12, 2024
1 parent 15f326e commit c3f189c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
13 changes: 6 additions & 7 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"extra-files": [
"README.md",
"config/manager/kustomization.yaml"
]
}
}
".": {}
},
"extra-files": [
"README.md",
"config/manager/kustomization.yaml"
]
}
3 changes: 0 additions & 3 deletions .github/release-please-manifest.json

This file was deleted.

0 comments on commit c3f189c

Please sign in to comment.