Selaa lähdekoodia

fix(ci): adjust covector configuration

Lucas Nogueira 1 vuosi sitten
vanhempi
sitoutus
584bb5ba66
2 muutettua tiedostoa jossa 18 lisäystä ja 1 poistoa
  1. 15 0
      .changes/beta.md
  2. 3 1
      .changes/pre.json

+ 15 - 0
.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!

+ 3 - 1
.changes/pre.json

@@ -1,4 +1,6 @@
 {
   "tag": "beta",
-  "changes": []
+  "changes": [
+    ".changes/beta.md"
+  ]
 }