mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: auto-update version (#2052)
This commit is contained in:
parent
b1acf9dc2c
commit
7fefe408b4
4 changed files with 28 additions and 5 deletions
19
.github/release_please/.release-please-config.json
vendored
Normal file
19
.github/release_please/.release-please-config.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"release-type": "simple",
|
||||
"version-file": "version.txt",
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "toml",
|
||||
"path": "pyproject.toml",
|
||||
"jsonpath": "$.tool.poetry.version"
|
||||
},
|
||||
{
|
||||
"type": "generic",
|
||||
"path": "docker-compose.yaml"
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
".": {}
|
||||
}
|
||||
}
|
||||
3
.github/release_please/.release-please-manifest.json
vendored
Normal file
3
.github/release_please/.release-please-manifest.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
".": "0.6.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue