From c6201624ba43a66dd4c34aad0d55b45d2c68e421 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 24 Aug 2023 19:58:12 +0200 Subject: [PATCH] Update vet metadata on patch releases (#6903) This should fix the CI error that cropped up on #6901 --- .github/workflows/release-process.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml index 8e6a5e5855a7..e2003a456d92 100644 --- a/.github/workflows/release-process.yml +++ b/.github/workflows/release-process.yml @@ -197,6 +197,8 @@ jobs: # patch release marker is already in there. Note that this commit # message indicates that on-merge a release will be made. ./publish bump-patch + # Update `cargo vet` entries for all the new crate versions + cargo vet sed -i "s/^Unreleased/Released $(date +'%Y-%m-%d')/" RELEASES.md num=$(./ci/print-current-version.sh) git commit -a -F-<