We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1676369 commit af52687Copy full SHA for af52687
1 file changed
.github/workflows/release-please.yml
@@ -0,0 +1,20 @@
1
+name: Release Please
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ release-please:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: google-github-actions/release-please-action@v4
13
+ id: release
14
+ with:
15
+ release-type: node
16
+ # package-name: cli-pattern
17
+ # You can customize the release-please configuration here if needed
18
+ # For example, to specify a different changelog path or commit message conventions
19
+ # config-file: .release-please-config.json
20
+ # manifest-file: .release-please-manifest.json
0 commit comments