From 81bb9e9b6e8fcce478172bf9dbca91b5f8ee67eb Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 23 Feb 2024 13:45:46 -0600 Subject: [PATCH] Update the lockfile in `release/bump.sh` (#1924) Otherwise it's easy to forget! --- scripts/release/bump.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/release/bump.sh b/scripts/release/bump.sh index 88673638a..c992768e1 100755 --- a/scripts/release/bump.sh +++ b/scripts/release/bump.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Prepare for a release -# +# # All additional options are passed to `rooster` set -eu @@ -18,6 +18,9 @@ echo "Updating metadata with rooster..." cd "$project_root" rooster release "$@" +echo "Updating lockfile..." +cargo check + echo "Generating contributors list..." echo "" echo ""