diff --git a/bump.config.ts b/bump.config.ts index 0d3cb77..6070f48 100644 --- a/bump.config.ts +++ b/bump.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from "bumpp"; export default defineConfig({ - release: "patch", + release: "prompt", commit: false, tag: false, push: false,