Auto update multiple apps from one repo

Hi there,

is it possible to auto update multiple apps from one git repository, by using different tag names.
Eg.:
An app should have a release, and a beta version available in fdroid. Both beta and release are commig form the same git repository. However versions are marked with tags, and beta tags are marked with a “-beta” in the end. Can i write two metadata files that can automatically figure out if it’s a release or beta tag, and only make one of the two metadata files update to the new version.

rgds Schabi

I’m not deep inside F-Droid’s metadata, but I know there’s an issue about beta tags which might be helpful to you.