Skip to content

Commit c2580a6

Browse files
committed
chore: add release-it
1 parent f5cd230 commit c2580a6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"nyc": "^14.0.0",
3333
"opener": "^1.5.1",
3434
"punycode": "^2.1.1",
35+
"release-it": "^14.11.6",
3536
"rimraf": "^2.6.3"
3637
},
3738
"scripts": {
@@ -73,5 +74,14 @@
7374
"url": "https://github.com/weiran-zsd/eslint-plugin-node/issues"
7475
},
7576
"homepage": "https://github.com/weiran-zsd/eslint-plugin-node#readme",
76-
"funding": "https://github.com/sponsors/mysticatea"
77+
"funding": "https://github.com/sponsors/mysticatea",
78+
"publishConfig": {
79+
"access": "public",
80+
"registry": "https://registry.npmjs.org/"
81+
},
82+
"release-it": {
83+
"github": {
84+
"release": true
85+
}
86+
}
7787
}

0 commit comments

Comments
 (0)