diff options
| author | 2026-02-25 02:05:32 +0800 | |
|---|---|---|
| committer | 2026-02-25 02:05:32 +0800 | |
| commit | 329734b23957b84cde2af459fa61c7385fb5b5f1 (patch) | |
| tree | 96f68d1f1554ee3a0532793afaaa52b0c73dcbec /.changes/config.toml | |
| parent | 66668d85d603c5841d755a6023aa1925559fc6d4 (diff) | |
| parent | 8ff3af6cb908fd824b512379dd21ed4f595ab6bb (diff) | |
| download | DropOut-329734b23957b84cde2af459fa61c7385fb5b5f1.tar.gz DropOut-329734b23957b84cde2af459fa61c7385fb5b5f1.zip | |
Merge branch 'main' into refactor/migrate-to-react
Diffstat (limited to '.changes/config.toml')
| -rw-r--r-- | .changes/config.toml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index 8a7034d..bd02fe4 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -35,6 +35,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"] @@ -45,8 +49,8 @@ url = "https://registry.npmjs.org/{{ package.name }}/{{ package.version }}" [[resolver.nodejs.publish]] command = "npm" args = [ - "publish", - "--provenance", - "--access", - "public", + "publish", + "--provenance", + "--access", + "public", ] |