File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 53
53
"@japa/expect-type" : " ^2.0.2" ,
54
54
"@japa/file-system" : " ^2.3.0" ,
55
55
"@japa/runner" : " ^3.1.4" ,
56
+ "@release-it/conventional-changelog" : " ^9.0.3" ,
56
57
"@swc/core" : " ^1.4.16" ,
57
58
"@types/node" : " ^20.12.7" ,
58
59
"c8" : " ^9.1.0" ,
92
93
},
93
94
"release-it" : {
94
95
"git" : {
96
+ "requireCleanWorkingDir" : true ,
97
+ "requireUpstream" : true ,
95
98
"commitMessage" : " chore(release): ${version}" ,
96
99
"tagAnnotation" : " v${version}" ,
100
+ "push" : true ,
97
101
"tagName" : " v${version}"
98
102
},
99
- "hooks" : {
100
- "before:init" : [
101
- " npm test"
102
- ]
103
- },
104
103
"github" : {
105
- "release" : true ,
106
- "releaseName" : " v${version}" ,
107
- "web" : true
104
+ "release" : true
105
+ },
106
+ "npm" : {
107
+ "publish" : true ,
108
+ "skipChecks" : true
109
+ },
110
+ "plugins" : {
111
+ "@release-it/conventional-changelog" : {
112
+ "preset" : {
113
+ "name" : " angular"
114
+ }
115
+ }
108
116
}
109
117
},
110
118
"c8" : {
You can’t perform that action at this time.
0 commit comments