From ab3970241c9c715176c700552023c32e3e70df11 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Thu, 21 Nov 2024 11:56:05 +0300 Subject: [PATCH] ci: Updated Config --- .github/workflows/php83.yml | 2 +- release-please-config.json | 4 ++-- release-please-manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php83.yml b/.github/workflows/php83.yml index d314481e..19ce53ba 100644 --- a/.github/workflows/php83.yml +++ b/.github/workflows/php83.yml @@ -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 }} diff --git a/release-please-config.json b/release-please-config.json index 5dddb745..6dde3698 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "include-v-in-tag":true, - + "tag-separator": "-", "packages":{ ".":{ "changelog-path": "CHANGELOG.md", @@ -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" } ] diff --git a/release-please-manifest.json b/release-please-manifest.json index d4dd4c87..328778ae 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "version": "3.0.0-Beta.14", + "version": "3.0.0-Beta.13", "release-type": "pre-release" }