mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-22 06:54:28 +01:00
chore: include Cargo.lock in just release version (#1487)
This commit is contained in:
2
Justfile
2
Justfile
@@ -193,7 +193,7 @@ release version: ensure-main
|
||||
|
||||
@cd ui/desktop && npm version {{ version }} --no-git-tag-version --allow-same-version
|
||||
|
||||
@git add Cargo.toml ui/desktop/package.json ui/desktop/package-lock.json
|
||||
@git add Cargo.toml Cargo.lock ui/desktop/package.json ui/desktop/package-lock.json
|
||||
@git commit --message "chore(release): release version {{ version }}"
|
||||
|
||||
# extract version from Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user