From 4a933844149459f1e2f85758a069869e1fe4b4d9 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Tue, 12 Apr 2022 13:18:41 +0200 Subject: [PATCH] bump nightly version (#13573) The release process for 2.1.0 is ongoing. I think it's safe to say at this point if we need to change the RC we'll do it with backports. CHANGELOG_BEGIN CHANGELOG_END --- NIGHTLY_PREFIX | 1 + ci/daily-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 NIGHTLY_PREFIX diff --git a/NIGHTLY_PREFIX b/NIGHTLY_PREFIX new file mode 100644 index 0000000000..ccbccc3dc6 --- /dev/null +++ b/NIGHTLY_PREFIX @@ -0,0 +1 @@ +2.2.0 diff --git a/ci/daily-snapshot.yml b/ci/daily-snapshot.yml index 4221e776ff..705b224cc3 100644 --- a/ci/daily-snapshot.yml +++ b/ci/daily-snapshot.yml @@ -29,7 +29,7 @@ jobs: eval "$(./dev-env/bin/dade-assist)" source $(bash-lib) - prefix=$(head -1 LATEST | awk '{print $2}' | sed -e 's/\([^-]*\).*/\1/') + prefix=$(cat NIGHTLY_PREFIX) release=$(./release.sh snapshot HEAD $prefix | awk '{print $2}') ERR=$(mktemp)