Skip to content

Commit

Permalink
chore: conventional changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 20, 2024
1 parent 668bc15 commit 40cb48b
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 452 deletions.
24 changes: 24 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"git": {
"commitMessage": "chore(release): v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
},
"hooks": {
"before:init": ["pnpm lint"]
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "conventionalcommits"
},
"infile": "CHANGELOG.md",
"header": "# Changelog",
"ignoreRecommendedBump": true
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@release-it/conventional-changelog": "^9.0.3",
"@types/better-sqlite3": "^7.6.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.1",
Expand Down
Loading

0 comments on commit 40cb48b

Please sign in to comment.