chore: make dev version format consistent with tags

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2356>
This commit is contained in:
jo 2023-02-02 17:04:13 +01:00 committed by Marge
parent c1c48c9960
commit b709c124c4
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ CURRENT_VERSION="${CURRENT_VERSION%%.dev*}"
VERSION_SUFFIX="dev+$COMMIT_SHA"
poetry version "$CURRENT_VERSION.$VERSION_SUFFIX"
poetry version "$CURRENT_VERSION-$VERSION_SUFFIX"