Skip to content

Commit

Permalink
Fix release-please configs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Mar 4, 2024
1 parent 52a64b0 commit 3299fa3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
patch: ${{ steps.release.outputs.patch }}
steps:
# Create/update release PR
# See also settings in .release-please-manifest.json
- uses: google-github-actions/release-please-action@v4
id: release
with:
# Make sure we create the PR against the correct branch.
target-branch: ${{ github.ref_name }}
# Use a special shaka-bot access token for releases.
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
# See also settings in these files:
manifest-file: .release-please-manifest.json
config-file: .release-please-config.json

# The jobs below are all conditional on a release having been created by
# someone merging the release PR. They all run in parallel.
Expand Down
10 changes: 10 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packages": {
".": {
"release-type": "node",
"extra-files": [
"lib/player.js"
]
}
}
}
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"release-type": "node",
"extra-files": "lib/player.js"
".": "0.0.0"
}

0 comments on commit 3299fa3

Please sign in to comment.