update readme and add release-it config
This commit is contained in:

committed by
Geoff Seemueller

parent
534a6ade27
commit
88d5b0afba
@@ -122,7 +122,7 @@ File Types:
|
|||||||
- Archives: .zip, .tar, .gz, .rar, .7z
|
- Archives: .zip, .tar, .gz, .rar, .7z
|
||||||
- Media: .mp3, .mp4, .avi, .mov, .wav
|
- Media: .mp3, .mp4, .avi, .mov, .wav
|
||||||
- Data: .db, .sqlite, .sqlite3
|
- Data: .db, .sqlite, .sqlite3
|
||||||
- Config: .lock, .yaml, .yml, .toml, .conf
|
- Config: .lock
|
||||||
|
|
||||||
File Patterns:
|
File Patterns:
|
||||||
- Configuration files: .*rc, tsconfig.json, package-lock.json
|
- Configuration files: .*rc, tsconfig.json, package-lock.json
|
||||||
|
15
package.json
15
package.json
@@ -44,7 +44,8 @@
|
|||||||
"lint": "eslint src/",
|
"lint": "eslint src/",
|
||||||
"lint:fix": "eslint src/ --fix",
|
"lint:fix": "eslint src/ --fix",
|
||||||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
|
||||||
"fix": "bun format && bun lint:fix"
|
"fix": "bun format && bun lint:fix",
|
||||||
|
"release": "bunx release-it"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
@@ -66,5 +67,17 @@
|
|||||||
"oxc-transform": "^0.44.0",
|
"oxc-transform": "^0.44.0",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"typescript": "^5.6.3"
|
"typescript": "^5.6.3"
|
||||||
|
},
|
||||||
|
"release-it": {
|
||||||
|
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
|
||||||
|
"git": {
|
||||||
|
"commitMessage": "Release v${version}"
|
||||||
|
},
|
||||||
|
"github": {
|
||||||
|
"release": true
|
||||||
|
},
|
||||||
|
"npm": {
|
||||||
|
"release": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user