Skip to content

Commit e92ca42

Browse files
authored
chore(ci): Enable release-please for 7.x (#2166)
1 parent b7bdfaf commit e92ca42

3 files changed

Lines changed: 29 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- protobufjs-v7.x
55
name: release-please
66
jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: google-github-actions/release-please-action@v3
10+
- uses: googleapis/release-please-action@v3
1111
with:
1212
command: manifest
1313
package-name: release-please-action
14+
target-branch: ${{ github.ref_name }}

.release-please-manifest.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
{".":"7.5.4","cli":"1.2.0"}
1+
{
2+
".": "7.5.5",
3+
"cli": "1.2.0",
4+
"lib/aspromise": "1.1.2",
5+
"lib/base64": "1.1.2",
6+
"lib/codegen": "2.0.4",
7+
"lib/eventemitter": "1.1.0",
8+
"lib/fetch": "1.1.1",
9+
"lib/float": "1.0.2",
10+
"lib/inquire": "1.1.0",
11+
"lib/path": "1.1.2",
12+
"lib/pool": "1.1.0",
13+
"lib/utf8": "1.1.0"
14+
}

release-please-config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"bootstrap-sha": "6fc37d9ea3502cdc08ef988494c041aacd0f7e7f",
33
"packages": {
44
"cli": {},
5-
".": {}
5+
".": {},
6+
"lib/aspromise": {},
7+
"lib/base64": {},
8+
"lib/codegen": {},
9+
"lib/eventemitter": {},
10+
"lib/fetch": {},
11+
"lib/float": {},
12+
"lib/inquire": {},
13+
"lib/path": {},
14+
"lib/pool": {},
15+
"lib/utf8": {}
616
}
7-
}
17+
}

0 commit comments

Comments
 (0)