We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5329dd commit 838928eCopy full SHA for 838928e
.github/workflows/release-please.yaml
@@ -0,0 +1,21 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+
6
+permissions:
7
+ contents: write
8
+ pull-requests: write
9
10
+name: release-please
11
12
+jobs:
13
+ release-please:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: googleapis/release-please-action@v4
17
+ with:
18
+ # optional. customize path to release-please-config.json
19
+ config-file: release-please-config.json
20
+ # optional. customize path to .release-please-manifest.json
21
+ manifest-file: .release-please-manifest.json
0 commit comments