Merge pull request #1792 from YunoHost/ci-format-debian/11.2.10.3

[CI] Format code with Black
This commit is contained in:
Alexandre Aubin 2024-03-01 03:12:37 +01:00 committed by GitHub
commit df49295836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -350,13 +350,13 @@ class SourcesResource(AppResource):
It is also possible to define `autoupdate.upstream` to use a different Git repository instead of the code repository from the upstream section of the manifest. This can be useful when, for example, the app uses other assets such as plugin from a different repository.
If the upstream project provides non-standard tag or release names, you can fix this, with a regex with a matching group.
If the upstream project provides non-standard tag or release names, you can fix this, with a regex with a matching group.
For example, if tags look like `release-v4.1`, put:
```toml
autoupdate.version_regex = "^release-v(.*)$"
```
And the autoupdater will use the matched group (here: `4.1`) as the version.
##### Provision/Update