mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
chore: Add release-please-core workflow and configuration files
This commit adds the release-please-core workflow and configuration files for the python package in the backend. The release-please workflow is triggered on push to the main branch and on manual workflow dispatch. It sets up Python, installs Poetry, configures Poetry, and runs release-please for the backend/core package. The release-please configuration file specifies the release type, package name, bump patch for minor pre-major, changelog notes type, include v in tag, tag separator, and component.
This commit is contained in:
parent
318b615fcb
commit
07d25e4208
1
.github/workflows/release-please-core.yml
vendored
1
.github/workflows/release-please-core.yml
vendored
@ -28,4 +28,5 @@ jobs:
|
||||
uses: google-github-actions/release-please-action@v4
|
||||
with:
|
||||
manifest-file: backend/core/.release-please-manifest.json
|
||||
config-file: backend/core/release-please-config.json
|
||||
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
13
backend/core/release-please-config.json
Normal file
13
backend/core/release-please-config.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user