diff options
| author | 2026-01-18 16:57:52 +0800 | |
|---|---|---|
| committer | 2026-01-18 16:57:52 +0800 | |
| commit | 7f9d73a7d304bd6287be74cb4095100363abe84d (patch) | |
| tree | 7d57a2ebb9b7ee5f90c156fbd7ae1f8f861d86dc /.changes | |
| parent | f5e2c9b9291be3a646c407a86d8f5fdc76cecd9f (diff) | |
| download | DropOut-7f9d73a7d304bd6287be74cb4095100363abe84d.tar.gz DropOut-7f9d73a7d304bd6287be74cb4095100363abe84d.zip | |
chore: add tauri version bump script
Diffstat (limited to '.changes')
| -rw-r--r-- | .changes/config.toml | 4 |
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 }}" |