Skip to content

Commit

Permalink
chore: conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
heryTz committed Sep 8, 2024
2 parents 6061470 + 387d5ea commit e4c458f
Show file tree
Hide file tree
Showing 3 changed files with 5,627 additions and 6,711 deletions.
26 changes: 24 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -72,6 +72,7 @@
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@faker-js/faker": "^8.3.1",
"@release-it/conventional-changelog": "^8.0.1",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/better-sqlite3": "^7.6.8",
Expand Down Expand Up @@ -99,9 +100,30 @@
"lint-staged": {
"*.(ts|tsx)": "prettier --write"
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
},
"infile": "CHANGELOG.md"
}
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
}
Loading

0 comments on commit e4c458f

Please sign in to comment.