Skip to content

Commit 9443aaf

Browse files
committed
chore: add release-please
1 parent 7d3649c commit 9443aaf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/php-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: PHP Package
22
on:
33
push:
44
pull_request:
5+
workflow_call:
56
jobs:
67
format-check:
78
name: Check PSR12 Standarts

.github/workflows/release-please.yml

+21
Original file line numberDiff line numberDiff line change
@@ -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: Create Release
11+
12+
jobs:
13+
verify-release:
14+
uses: ./.github/workflows/php-package.yml
15+
release-please:
16+
needs: verify-release
17+
runs-on: ubuntu-24.04
18+
steps:
19+
- uses: googleapis/release-please-action@v4
20+
with:
21+
release-type: php

0 commit comments

Comments
 (0)