Use bump package instead of custom script
This commit is contained in:
13
bump.config.ts
Normal file
13
bump.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from "bumpp";
|
||||
|
||||
export default defineConfig({
|
||||
release: "patch",
|
||||
commit: false,
|
||||
tag: false,
|
||||
push: false,
|
||||
files: [
|
||||
"package.json",
|
||||
"src-tauri/tauri.conf.json",
|
||||
"src-tauri/Cargo.toml"
|
||||
]
|
||||
});
|
Reference in New Issue
Block a user