From 4e7a4e9c7533ccda59120ca8f8e84efba5edb29d Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:04:38 +0100 Subject: [PATCH] We use `-dev` as the next version label now, not `-bis`. As requested by @timbru. --- .github/workflows/pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index aee5ef0d..5da6f687 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -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.