import { defineConfig } from "bumpp"; export default defineConfig({ commit: "%s release", push: true, tag: true, });