mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Bump openapi in prepare-release (#5611)
This commit is contained in:
parent
b063fcecdc
commit
6e15735676
1 changed files with 2 additions and 1 deletions
3
Justfile
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue