Skip to content

Commit

Permalink
fix: move extra-files definition to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
simon511000 committed Apr 6, 2024
1 parent 6530d62 commit 706f844
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
Expand Down
16 changes: 10 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "none",
"extra-files": [
{
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
"packages": {
".": {
"extra-files": [
{
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
}
]
}
]
}
}

0 comments on commit 706f844

Please sign in to comment.