mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
Fix version bump (#8083)
This commit is contained in:
@@ -328,7 +328,7 @@ get-prior-version version:
|
||||
bump-version version:
|
||||
@just validate {{ version }} || exit 1
|
||||
@uvx --from=toml-cli toml set --toml-path=Cargo.toml "workspace.package.version" {{ version }}
|
||||
@cd ui/desktop && pnpm version {{ version }} --no-git-tag-version --allow-same-version
|
||||
@cd ui/desktop && npm pkg set "version={{ version }}"
|
||||
# update Cargo.lock after bumping versions in Cargo.toml
|
||||
@cargo update --workspace
|
||||
@just set-openapi-version {{ version }}
|
||||
|
||||
Reference in New Issue
Block a user