Skip to content

Commit

Permalink
ci: Updated Config
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Nov 21, 2024
1 parent 33caa13 commit ab39702
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: php
target-branch: dev
default-branch: dev
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include-v-in-tag":true,

"tag-separator": "-",
"packages":{
".":{
"changelog-path": "CHANGELOG.md",
Expand All @@ -14,7 +14,7 @@
{ "type": "style", "section": "Styles" },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "test", "section": "Tests" },
{ "type": "test", "section": "Testing" },
{ "type": "build", "section": "Build System" },
{ "type": "ci", "section": "Continuous Integration" }
]
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.0.0-Beta.14",
"version": "3.0.0-Beta.13",
"release-type": "pre-release"
}

0 comments on commit ab39702

Please sign in to comment.