Bump openapi in prepare-release (#5611)

This commit is contained in:
Jack Amadeo 2025-11-06 15:29:05 -05:00 committed by GitHub
parent b063fcecdc
commit 6e15735676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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