chore(app): added in commit cz and version for change logs
This commit is contained in:
17
.versionrc.json
Normal file
17
.versionrc.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"types": [
|
||||||
|
{ "type": "feat", "section": "🌟 Enhancements" },
|
||||||
|
{ "type": "fix", "section": "🐛 Bug fixes" },
|
||||||
|
{ "type": "chore", "hidden": false, "section": "📝 Chore" },
|
||||||
|
{ "type": "docs", "section": "📚 Documentation" },
|
||||||
|
{ "type": "style", "hidden": false },
|
||||||
|
{ "type": "refactor", "section": "🛠️ Code Refactor" },
|
||||||
|
{ "type": "perf", "hidden": false, "section": "🚀 Performance" },
|
||||||
|
{ "type": "test", "section": "📝 Testing Code" },
|
||||||
|
{ "type": "ci", "hidden": false, "section": "📈 Project changes" },
|
||||||
|
{ "type": "build", "hidden": false, "section": "📈 Project Builds" }
|
||||||
|
],
|
||||||
|
"commitUrlFormat": "https://git.tuffraid.net/cowch/lst/commits/{{hash}}",
|
||||||
|
"compareUrlFormat": "https://git.tuffraid.net/cowch/lst/compare/{{previousTag}}...{{currentTag}}",
|
||||||
|
"header": "# All Changes to LST can be found below.\n"
|
||||||
|
}
|
||||||
8163
package-lock.json
generated
8163
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -16,7 +16,9 @@
|
|||||||
"build": "npm run build:docs && npm run build:front && npm run build:app",
|
"build": "npm run build:docs && npm run build:front && npm run build:app",
|
||||||
"start:app": "set NODE_ENV=production && node dist/main.js",
|
"start:app": "set NODE_ENV=production && node dist/main.js",
|
||||||
"start": "dotenvx run -f .env -- npm run start:app",
|
"start": "dotenvx run -f .env -- npm run start:app",
|
||||||
"docker": "docker build --no-cache -t lst-test ."
|
"docker": "docker build --no-cache -t lst-test .",
|
||||||
|
"commit": "cz",
|
||||||
|
"deploy": "standard-version --conventional-commits && npm run build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -35,8 +37,15 @@
|
|||||||
"@types/express": "^5.0.3",
|
"@types/express": "^5.0.3",
|
||||||
"@types/morgan": "^1.9.10",
|
"@types/morgan": "^1.9.10",
|
||||||
"@types/node": "^24.3.0",
|
"@types/node": "^24.3.0",
|
||||||
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
|
"standard-version": "^9.5.0",
|
||||||
"ts-node-dev": "^2.0.0",
|
"ts-node-dev": "^2.0.0",
|
||||||
"tsx": "^4.20.4",
|
"tsx": "^4.20.4",
|
||||||
"typescript": "^5.9.2"
|
"typescript": "^5.9.2"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"commitizen": {
|
||||||
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user