aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 16:57:52 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 16:57:52 +0800
commit7f9d73a7d304bd6287be74cb4095100363abe84d (patch)
tree7d57a2ebb9b7ee5f90c156fbd7ae1f8f861d86dc /.changes
parentf5e2c9b9291be3a646c407a86d8f5fdc76cecd9f (diff)
downloadDropOut-7f9d73a7d304bd6287be74cb4095100363abe84d.tar.gz
DropOut-7f9d73a7d304bd6287be74cb4095100363abe84d.zip
chore: add tauri version bump script
Diffstat (limited to '.changes')
-rw-r--r--.changes/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.changes/config.toml b/.changes/config.toml
index aa4603b..f2c64b3 100644
--- a/.changes/config.toml
+++ b/.changes/config.toml
@@ -42,6 +42,10 @@ args = [
]
dry_run = true
+[[resolver.rust.post-version]]
+command = "pnpm"
+args = ["bump-tauri"]
+
[resolver.nodejs.pre-check]
url = "https://registry.npmjs.org/{{ package.name }}/{{ package.version }}"