Setup project correctly for development and release
This commit is contained in:
7
bump.config.ts
Normal file
7
bump.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'bumpp';
|
||||
|
||||
export default defineConfig({
|
||||
all: false,
|
||||
release: 'patch',
|
||||
commit: 'Tag v%s',
|
||||
});
|
||||
Reference in New Issue
Block a user