mirror of
https://github.com/nvms/prsm.git
synced 2025-12-15 15:50:53 +00:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import { defineConfig } from "bumpp";
|
|
|
|
export default defineConfig({
|
|
commit: "%s release",
|
|
push: true,
|
|
tag: true,
|
|
});
|