Files
afilmory/packages/webgl-viewer/bump.config.ts
2025-06-05 13:27:09 +08:00

10 lines
245 B
TypeScript

import { defineConfig } from 'nbump'
export default defineConfig({
publish: true,
tag: false,
commit: true,
// eslint-disable-next-line no-template-curly-in-string
commitMessage: 'chore(webgl-viewer): bump version ${NEW_VERSION}',
})