Skip to content

Commit 54a1a0c

Browse files
committed
ci: Add release workflow
1 parent 8c1d8d1 commit 54a1a0c

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
name: CI
7+
8+
jobs:
9+
release:
10+
uses: mindkomm/workflows/.github/workflows/release.yml@main

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "2.5.6"
3+
}

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "php",
4+
"pull-request-header": "Release-please has created a release",
5+
"packages": {
6+
".": {
7+
"changelog-path": "CHANGELOG.md"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)