aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.changes/config.toml')
-rw-r--r--.changes/config.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.changes/config.toml b/.changes/config.toml
index dbce913..fa6ca47 100644
--- a/.changes/config.toml
+++ b/.changes/config.toml
@@ -30,6 +30,10 @@ User-Agent = "Semifold 0.2.10"
command = "cargo"
args = ["publish"]
+[[resolver.rust.publish]]
+command = "pnpm"
+args = ["tsx", "scripts/release-aur.ts"]
+
[[resolver.rust.post-version]]
command = "pnpm"
args = ["bump-tauri"]
@@ -40,8 +44,8 @@ url = "https://registry.npmjs.org/{{ package.name }}/{{ package.version }}"
[[resolver.nodejs.publish]]
command = "npm"
args = [
- "publish",
- "--provenance",
- "--access",
- "public",
+ "publish",
+ "--provenance",
+ "--access",
+ "public",
]