import { defineConfig } from 'bumpp'; export default defineConfig({ all: false, release: 'patch', commit: 'Tag v%s', });