Skip to content

Commit 6b7b019

Browse files
authored
chore: update release please (ethereum#825)
1 parent 6c901c5 commit 6b7b019

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Run Release Please
17-
uses: googleapis/release-please-action@v3
17+
uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
1818
with:
1919
token: ${{ secrets.PAT }}
20-
release-type: simple
21-
include-v-in-tag: false
22-
package-name: ethereum-package
20+
config-file: release-please-config.json
21+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "4.4.0"
3+
}

release-please-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "simple",
4+
"include-v-in-tag": false,
5+
"include-component-in-tag": false,
6+
"bump-minor-pre-major": true,
7+
"packages": {
8+
".": {
9+
"package-name": "ethereum-package"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)