Skip to content

Commit 40cb48b

Browse files
committed
chore: conventional changelog
1 parent 668bc15 commit 40cb48b

File tree

3 files changed

+411
-452
lines changed

3 files changed

+411
-452
lines changed

.release-it.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"git": {
3+
"commitMessage": "chore(release): v${version}",
4+
"tagName": "v${version}"
5+
},
6+
"github": {
7+
"release": true,
8+
"releaseName": "v${version}",
9+
"web": true
10+
},
11+
"hooks": {
12+
"before:init": ["pnpm lint"]
13+
},
14+
"plugins": {
15+
"@release-it/conventional-changelog": {
16+
"preset": {
17+
"name": "conventionalcommits"
18+
},
19+
"infile": "CHANGELOG.md",
20+
"header": "# Changelog",
21+
"ignoreRecommendedBump": true
22+
}
23+
}
24+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"@nuxt/module-builder": "^0.8.4",
9292
"@nuxt/schema": "^3.14.1592",
9393
"@nuxt/test-utils": "^3.14.4",
94+
"@release-it/conventional-changelog": "^9.0.3",
9495
"@types/better-sqlite3": "^7.6.12",
9596
"@types/micromatch": "^4.0.9",
9697
"@types/node": "^22.9.1",

0 commit comments

Comments
 (0)