Skip to content

Commit ba777be

Browse files
committed
bump add
1 parent 82fbb41 commit ba777be

File tree

4 files changed

+181
-2
lines changed

4 files changed

+181
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cSpell.words": ["devgauravjatt", "libsql", "neondatabase", "tsdown", "Turso"],
2+
"cSpell.words": ["bumpp", "devgauravjatt", "libsql", "neondatabase", "tsdown", "Turso", "xcopy"],
33
"editor.formatOnSave": true,
44
"editor.defaultFormatter": "biomejs.biome"
55
}

bump.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from 'bumpp'
2+
3+
export default defineConfig({
4+
commit: '🚀 Release: version v%s',
5+
})

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-setup",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": false,
55
"description": "A powerful CLI tool to automatically scaffold and configure database setup using Drizzle ORM for PostgreSQL,SQLite,MySQL and More.",
66
"keywords": [
@@ -44,13 +44,15 @@
4444
"build": "tsdown",
4545
"lint": "biome lint",
4646
"format": "biome format --write",
47+
"release": "bumpp && pnpm build && pnpm format && pnpm lint && pnpm publish",
4748
"copy-templates": "xcopy \"templates\" \"dist\\templates\" /E /I /Y",
4849
"link": "pnpm run build && pnpm copy-templates && pnpm link"
4950
},
5051
"devDependencies": {
5152
"@biomejs/biome": "1.9.4",
5253
"@types/fs-extra": "^11.0.4",
5354
"@types/node": "^22.15.30",
55+
"bumpp": "^10.1.1",
5456
"drizzle-kit": "^0.31.1",
5557
"drizzle-orm": "^0.44.2",
5658
"tsdown": "latest",

0 commit comments

Comments
 (0)