Skip to content

Commit 8f6be76

Browse files
committed
ci(release please): added configuration
1 parent e03ea66 commit 8f6be76

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ jobs:
1212
steps:
1313
- uses: googleapis/release-please-action@v4
1414
with:
15-
release-type: 'php'
1615
token: '${{ secrets.RELEASE_PLEASE_TOKEN }}'

.release-please-manifest.json

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

release-please-config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "php",
4+
"changelog-sections": [
5+
{
6+
"type": "feat",
7+
"section": "Features"
8+
},
9+
{
10+
"type": "fix",
11+
"section": "Bug Fixes"
12+
},
13+
{
14+
"type": "perf",
15+
"section": "Performance Improvements"
16+
},
17+
{
18+
"type": "revert",
19+
"section": "Reverts"
20+
}
21+
],
22+
"packages": {
23+
".": {}
24+
}
25+
}

0 commit comments

Comments
 (0)