Browse Source

chore: setup covector change tags/sections/groups (#6920)

![image](https://github.com/tauri-apps/tauri/assets/48618675/ac4f22dd-630d-4bfc-8966-48d19492593f)
Amr Bashir 2 years ago
parent
commit
aa2a30e96b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .changes/config.json

+ 9 - 0
.changes/config.json

@@ -1,6 +1,15 @@
 {
   "gitSiteUrl": "https://www.github.com/tauri-apps/tauri/",
   "timeout": 3600000,
+  "changeTags": {
+    "feat": "New Features",
+    "enhance": "Enhancements",
+    "bug": "Bug Fixes",
+    "pref": "Performance Improvements",
+    "changes": "What's Changed",
+    "deps": "Dependencies"
+  },
+  "defaultChangeTag": "changes",
   "pkgManagers": {
     "rust": {
       "errorOnVersionRange": "^2.0.0-0",