From 584bb5ba66f8a16080333c82ec20a1ef0950397e Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 3 Feb 2024 17:38:27 -0300 Subject: [PATCH] fix(ci): adjust covector configuration --- .changes/beta.md | 15 +++++++++++++++ .changes/pre.json | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .changes/beta.md diff --git a/.changes/beta.md b/.changes/beta.md new file mode 100644 index 000000000..915ca5663 --- /dev/null +++ b/.changes/beta.md @@ -0,0 +1,15 @@ +--- +"tauri": major:feat +"tauri-plugin": major:feat +"tauri-build": major:feat +"tauri-utils": major:feat +"tauri-codegen": major:feat +"tauri-macros": major:feat +"tauri-runtime": major:feat +"tauri-runtime-wry": major:feat +"tauri-cli": major:feat +"@tauri-apps/api": major:feat +"@tauri-apps/cli": major:feat +--- + +Move to beta! diff --git a/.changes/pre.json b/.changes/pre.json index e688efba7..65f2a654b 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -1,4 +1,6 @@ { "tag": "beta", - "changes": [] + "changes": [ + ".changes/beta.md" + ] }