From fd88343816cd753bfe24d975d065df0b7f83203c Mon Sep 17 00:00:00 2001 From: FabianLars Date: Tue, 22 Jul 2025 10:30:59 +0200 Subject: [PATCH] ci(covector): Reset lock file after audit --- .changes/config.json | 6 ++++++ core/tauri-config-schema/schema.json | 1 + tooling/cli/schema.json | 1 + 3 files changed, 8 insertions(+) diff --git a/.changes/config.json b/.changes/config.json index 48d339e2a..0837566fb 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -41,6 +41,12 @@ "command": "echo '```\n\n\n'", "dryRunCommand": true, "pipe": true + }, + { + "command": "git restore Cargo.lock", + "dryRunCommand": true, + "runFromRoot": true, + "pipe": true } ], "publish": [ diff --git a/core/tauri-config-schema/schema.json b/core/tauri-config-schema/schema.json index 36bb7a062..e35c036bf 100644 --- a/core/tauri-config-schema/schema.json +++ b/core/tauri-config-schema/schema.json @@ -248,6 +248,7 @@ }, "version": { "description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.", + "default": null, "type": [ "string", "null" diff --git a/tooling/cli/schema.json b/tooling/cli/schema.json index 36bb7a062..e35c036bf 100644 --- a/tooling/cli/schema.json +++ b/tooling/cli/schema.json @@ -248,6 +248,7 @@ }, "version": { "description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.", + "default": null, "type": [ "string", "null"