We use -dev as the next version label now, not -bis.

As requested by @timbru.
This commit is contained in:
Ximon Eighteen
2022-02-18 18:02:55 +01:00
committed by Tim Bruijnzeels
parent 478e05ff25
commit 4e7a4e9c75
+2 -2
View File
@@ -58,9 +58,9 @@ jobs:
env:
CARGO_DEB_VER: 1.34.2
CARGO_GENERATE_RPM_VER: 0.6.0
# A Krill version of the form 'x.y.z-bis' denotes a dev build that is newer than the released x.y.z version but is
# A Krill version of the form 'x.y.z-dev' denotes a dev build that is newer than the released x.y.z version but is
# not yet a new release.
NEXT_VER_LABEL: bis
NEXT_VER_LABEL: dev
name: pkg
runs-on: ubuntu-latest
# Build on the oldest platform we are targeting in order to avoid https://github.com/rust-lang/rust/issues/57497.