Skip to content

Commit 54cf489

Browse files
authored
chore: create release-please.yml to automate versioning
1 parent 9611293 commit 54cf489

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: release-please
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
permissions:
6+
contents: write
7+
pull-requests: write
8+
jobs:
9+
release-please:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: googleapis/release-please-action@v4
13+
with:
14+
config-file: .github/release-please-config.json
15+
manifest-file: .github/.release-please-manifest.json

0 commit comments

Comments
 (0)