Skip to content

chore: make dev version format consistent with tags NOCHANGELOG

jooola requested to merge jooola/funkwhale:fix_dev_version_format into develop

The tags have the following format {version}-{alpha|beta|rc}N but the dev version set in the api package was in the format {version}.dev+{commit_sha}.

Changed the dev version format to {version}-dev+{commit_sha}.

Merge request reports