Skip to content

Commit b0538da

Browse files
authored
chore: Override PHP default changelog sections (#233)
1 parent 0eba0ab commit b0538da

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
steps:
2626
- uses: googleapis/release-please-action@v4
2727
id: release
28-
with:
29-
command: manifest
30-
token: ${{ secrets.GITHUB_TOKEN }}
31-
default-branch: main
3228

3329
- uses: actions/checkout@v4
3430
if: ${{ steps.release.outputs.releases_created == 'true' }}

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"versioning": "default",
77
"include-v-in-tag": false,
88
"include-component-in-tag": false,
9+
"changelog-sections": [
10+
{"type": "feat", "section": "Features"},
11+
{"type": "fix", "section": "Bug Fixes"}
12+
],
913
"extra-files": [
1014
".github/actions/build-docs/action.yml",
1115
"src/LaunchDarkly/LDClient.php"

0 commit comments

Comments
 (0)