File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 4646 "prepublishOnly" : " npm run build" ,
4747 "lint" : " eslint . --ext=.ts" ,
4848 "format" : " prettier --write ." ,
49- "release" : " np " ,
49+ "release" : " release-it " ,
5050 "version" : " npm run build" ,
5151 "sync-labels" : " github-label-sync --labels .github/labels.json adonisjs/auth" ,
5252 "quick:test" : " cross-env NODE_DEBUG=\" adonisjs:auth:*\" node --enable-source-maps --import=ts-node-maintained/register/esm ./bin/test.js"
8989 "luxon" : " ^3.4.4" ,
9090 "mysql2" : " ^3.10.1" ,
9191 "nock" : " ^13.5.4" ,
92- "np" : " ^10.0.6" ,
9392 "pg" : " ^8.12.0" ,
9493 "playwright" : " ^1.44.1" ,
9594 "prettier" : " ^3.3.2" ,
95+ "release-it" : " ^17.10.0" ,
9696 "set-cookie-parser" : " ^2.6.0" ,
9797 "sinon" : " ^18.0.0" ,
9898 "sqlite3" : " ^5.1.7" ,
163163 "access" : " public" ,
164164 "tag" : " latest"
165165 },
166- "np" : {
167- "message" : " chore(release): %s" ,
168- "tag" : " latest" ,
169- "branch" : " main" ,
170- "anyBranch" : false
166+ "release-it" : {
167+ "git" : {
168+ "commitMessage" : " chore(release): ${version}" ,
169+ "tagAnnotation" : " v${version}" ,
170+ "tagName" : " v${version}"
171+ },
172+ "github" : {
173+ "release" : true ,
174+ "releaseName" : " v${version}" ,
175+ "web" : true
176+ }
171177 },
172178 "c8" : {
173179 "reporter" : [
You can’t perform that action at this time.
0 commit comments