From 9dd4862fbcedef725e83aef84d2f2e916398a908 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Thu, 6 Nov 2025 13:12:39 -0500 Subject: [PATCH] Bump openapi in prepare-release --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 515b9b847a8b..afa29b714c56 100644 --- a/Justfile +++ b/Justfile @@ -286,7 +286,8 @@ prepare-release version: # see --workspace flag https://doc.rust-lang.org/cargo/commands/cargo-update.html # used to update Cargo.lock after we've bumped versions in Cargo.toml @cargo update --workspace - @git add Cargo.toml Cargo.lock ui/desktop/package.json ui/desktop/package-lock.json + @just generate-openapi + @git add Cargo.toml Cargo.lock ui/desktop/package.json ui/desktop/package-lock.json ui/desktop/openapi.json @git commit --message "chore(release): release version {{ version }}" # extract version from Cargo.toml