File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 26
26
"precompile" : " npm run lint && npm run clean" ,
27
27
"compile" : " tsup-node && tsc --emitDeclarationOnly --declaration" ,
28
28
"build" : " npm run compile" ,
29
- "release" : " np " ,
29
+ "release" : " npx release-it " ,
30
30
"version" : " npm run build" ,
31
31
"sync-labels" : " github-label-sync --labels .github/labels.json adonisjs/assembler" ,
32
32
"format" : " prettier --write ." ,
110
110
"access" : " public" ,
111
111
"tag" : " latest"
112
112
},
113
- "np" : {
114
- "message" : " chore(release): %s" ,
115
- "tag" : " latest" ,
116
- "branch" : " main" ,
117
- "anyBranch" : false
113
+ "release-it" : {
114
+ "git" : {
115
+ "commitMessage" : " chore(release): ${version}" ,
116
+ "tagAnnotation" : " v${version}" ,
117
+ "tagName" : " v${version}"
118
+ },
119
+ "github" : {
120
+ "release" : true ,
121
+ "releaseName" : " v${version}" ,
122
+ "web" : true
123
+ }
118
124
},
119
125
"c8" : {
120
126
"reporter" : [
You can’t perform that action at this time.
0 commit comments