File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,16 @@ jobs:
15
15
patch : ${{ steps.release.outputs.patch }}
16
16
steps :
17
17
# Create/update release PR
18
- # See also settings in .release-please-manifest.json
19
18
- uses : google-github-actions/release-please-action@v4
20
19
id : release
21
20
with :
22
21
# Make sure we create the PR against the correct branch.
23
22
target-branch : ${{ github.ref_name }}
24
23
# Use a special shaka-bot access token for releases.
25
24
token : ${{ secrets.RELEASE_PLEASE_TOKEN }}
25
+ # See also settings in these files:
26
+ manifest-file : .release-please-manifest.json
27
+ config-file : .release-please-config.json
26
28
27
29
# The jobs below are all conditional on a release having been created by
28
30
# someone merging the release PR. They all run in parallel.
Original file line number Diff line number Diff line change
1
+ {
2
+ "packages" : {
3
+ "." : {
4
+ "release-type" : " node" ,
5
+ "extra-files" : [
6
+ " lib/player.js"
7
+ ]
8
+ }
9
+ }
10
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "release-type" : " node" ,
3
- "extra-files" : " lib/player.js"
2
+ "." : " 0.0.0"
4
3
}
You can’t perform that action at this time.
0 commit comments