File tree Expand file tree Collapse file tree 3 files changed +411
-452
lines changed
Expand file tree Collapse file tree 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 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" ,
You can’t perform that action at this time.
0 commit comments