feat(changelog): added changelog and gh action to auto-release (#1423)

* feat(changelog): added changelog

* finished changelog

* updated metadata

* reverted env

* cleanup

---------

Co-authored-by: waleed <waleed>
This commit is contained in:
Waleed
2025-09-22 21:35:21 -07:00
committed by GitHub
parent 760219dcce
commit 68df95906f
14 changed files with 911 additions and 9 deletions

View File

@@ -23,7 +23,8 @@
"check": "bunx biome check --files-ignore-unknown=true",
"prepare": "bun husky",
"prebuild": "bun run lint:check",
"type-check": "turbo run type-check"
"type-check": "turbo run type-check",
"release": "bun run scripts/create-single-release.ts"
},
"overrides": {
"react": "19.1.0",
@@ -49,6 +50,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.0.0-beta.5",
"@octokit/rest": "^21.0.0",
"@next/env": "15.4.1",
"@types/bcryptjs": "3.0.0",
"drizzle-kit": "^0.31.4",