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 552b392 commit 8af85abCopy full SHA for 8af85ab
.github/workflows/commitlint.yml
@@ -0,0 +1,11 @@
1
+name: Lint Commit Messages
2
+on: [pull_request]
3
+
4
+jobs:
5
+ commitlint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v3
9
+ with:
10
+ fetch-depth: 0
11
+ - uses: wagoid/commitlint-github-action@v5
.github/workflows/release-please.yml
@@ -0,0 +1,19 @@
+on:
+ push:
+ branches:
+ - main
+permissions:
+ contents: write
+ pull-requests: write
+name: release-please
12
13
+ release-please:
14
15
16
+ - uses: google-github-actions/release-please-action@v3
17
18
+ release-type: php
19
+ package-name: roach-php/core
0 commit comments