chore: Update release-please workflow for python package in backend

This commit is contained in:
Stan Girard 2024-07-09 15:43:45 +02:00
parent 5082182ae7
commit 28b5c6a3d9
2 changed files with 3 additions and 16 deletions

View File

@ -37,9 +37,9 @@ jobs:
poetry install
- name: Run release-please
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
release-type: manifest
manifest-file: release-please-config.json
release-type: python
path: backend/core
include-component-in-tag: true
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

View File

@ -1,13 +0,0 @@
{
"packages": {
"backend/core": {
"release-type": "python",
"package-name": "core",
"bump-patch-for-minor-pre-major": true,
"changelog-notes-type": "github",
"include-v-in-tag": false,
"tag-separator": "-",
"component": "core"
}
}
}