File tree 3 files changed +411
-452
lines changed 3 files changed +411
-452
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 91
91
"@nuxt/module-builder" : " ^0.8.4" ,
92
92
"@nuxt/schema" : " ^3.14.1592" ,
93
93
"@nuxt/test-utils" : " ^3.14.4" ,
94
+ "@release-it/conventional-changelog" : " ^9.0.3" ,
94
95
"@types/better-sqlite3" : " ^7.6.12" ,
95
96
"@types/micromatch" : " ^4.0.9" ,
96
97
"@types/node" : " ^22.9.1" ,
You can’t perform that action at this time.
0 commit comments