From 263b34985ad762545cfd28446e9c3b9416229869 Mon Sep 17 00:00:00 2001 From: Kalvin C Date: Tue, 4 Mar 2025 09:36:12 -0800 Subject: [PATCH] chore: include Cargo.lock in just release version (#1487) --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index d7f01387..de221bc4 100644 --- a/Justfile +++ b/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