Apps can now provide a "version_regex" that aims to extract the version from tag an release names.
For example, version_regex = "^release_(.*)$" will extract "1.0" from "release_1.0".
This commit is contained in:
@ -425,6 +425,10 @@
|
||||
"latest_forgejo_commit"
|
||||
]
|
||||
},
|
||||
"version_regex": {
|
||||
"type": "string",
|
||||
"format": "regex"
|
||||
},
|
||||
"upstream": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user