Skip to content

Commit 353dbf7

Browse files
ci: add release please (#353)
* Add basic release please configiguration * Add changelog * Update bootstrap SHA
1 parent 35b0aa2 commit 353dbf7

File tree

5 files changed

+1425
-2
lines changed

5 files changed

+1425
-2
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update release PR
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: googleapis/release-please-action@v4
17+
with:
18+
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ ".":"9.3.2" }

0 commit comments

Comments
 (0)