about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-01-20 23:37:43 +0100
committerGitHub <noreply@github.com>2022-01-20 23:37:43 +0100
commit9ea966a275b5d7753f3c14f3122549f08fc854e4 (patch)
treebca59df8ffe151a8e714b0183f1d5da0d7f0beb4 /src/ci/github-actions
parentb8df581ef855999fc409ed3c7e8f97d548ac05ad (diff)
parent855c17643ab0ae64d38c336f14b122689efdc8d4 (diff)
downloadrust-9ea966a275b5d7753f3c14f3122549f08fc854e4.tar.gz
rust-9ea966a275b5d7753f3c14f3122549f08fc854e4.zip
Rollup merge of #93128 - pietroalbini:pa-verify-stable-version-number, r=Mark-Simulacrum
Add script to prevent point releases with same number as existing ones

This will hopefully prevent what happened today with #93110 and #93121, where we built point release artifacts without changing version numbers, thus requiring another PR to change the version number.

r? `@Mark-Simulacrum`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index a70cdc4b519..cc282fc2f0e 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -206,6 +206,10 @@ x--expand-yaml-anchors--remove:
         run: src/ci/scripts/verify-backported-commits.sh
         <<: *step
 
+      - name: ensure the stable version number is correct
+        run: src/ci/scripts/verify-stable-version-number.sh
+        <<: *step
+
       - name: run the build
         run: src/ci/scripts/run-build-from-ci.sh
         env: