mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-11 17:44:24 +01:00
ci: use cargo update --workspace to ensure Cargo.lock is updated (#1539)
This commit is contained in:
3
Justfile
3
Justfile
@@ -193,6 +193,9 @@ release version: ensure-main
|
||||
|
||||
@cd ui/desktop && npm version {{ version }} --no-git-tag-version --allow-same-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
|
||||
@git commit --message "chore(release): release version {{ version }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user