diff --git a/.changes/config.json b/.changes/config.json
index 166491b9a..9747f69c3 100644
--- a/.changes/config.json
+++ b/.changes/config.json
@@ -22,7 +22,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -33,12 +33,13 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
],
"publish": [
+ "sleep 15s",
{
"command": "cargo package --allow-dirty",
"dryRunCommand": true
@@ -49,7 +50,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -59,7 +60,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
@@ -91,7 +92,7 @@
"pipe": true
},
{
- "command": "echo \"\nclick to view
\n\n\\`\\`\\`\"",
+ "command": "echo '\nclick to view
\n\n```'",
"dryRunCommand": true,
"pipe": true
},
@@ -102,7 +103,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\n\n \n\"",
+ "command": "echo '```\n\n \n'",
"dryRunCommand": true,
"pipe": true
},
@@ -112,13 +113,14 @@
}
],
"publish": [
+ "sleep 15s",
{
"command": "echo \"# Yarn Package Publish\"",
"dryRunCommand": true,
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -128,7 +130,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
@@ -161,7 +163,7 @@
"pipe": true
},
{
- "command": "echo \"\nclick to view
\n\n\\`\\`\\`\"",
+ "command": "echo '\nclick to view
\n\n```'",
"dryRunCommand": true,
"pipe": true
},
@@ -172,7 +174,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\n\n \n\"",
+ "command": "echo '```\n\n \n'",
"dryRunCommand": true,
"pipe": true
},
@@ -188,7 +190,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
},
@@ -198,7 +200,7 @@
"pipe": true
},
{
- "command": "echo \"\\`\\`\\`\"",
+ "command": "echo '```'",
"dryRunCommand": true,
"pipe": true
}
@@ -231,7 +233,7 @@
"tauri": {
"path": "./core/tauri",
"manager": "rust",
- "dependencies": ["api", "tauri-macros", "tauri-utils"],
+ "dependencies": ["tauri-macros", "tauri-utils"],
"postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
},
"cli.js": {