Skip to content

Commit 33caa13

Browse files
committed
chore: Configuration for Please Release
1 parent f27a583 commit 33caa13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/php83.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
release-type: php
132132
target-branch: dev
133133
config-file: release-please-config.json
134-
manifest-file: release-please-manifest.json
134+
manifest-file: .release-please-manifest.json
135135
token: ${{ secrets.GITHUB_TOKEN }}
136136
release_prod:
137137
needs:

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"include-v-in-tag":true,
3+
24
"packages":{
35
".":{
46
"changelog-path": "CHANGELOG.md",

0 commit comments

Comments
 (0)