Skip to content

Commit

Permalink
chore: Configuration for Please Release
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Nov 21, 2024
1 parent f27a583 commit 33caa13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
release-type: php
target-branch: dev
config-file: release-please-config.json
manifest-file: release-please-manifest.json
manifest-file: .release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
release_prod:
needs:
Expand Down
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"include-v-in-tag":true,

"packages":{
".":{
"changelog-path": "CHANGELOG.md",
Expand Down

0 comments on commit 33caa13

Please sign in to comment.