mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
10 lines
245 B
TypeScript
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}',
|
|
})
|