Skip to content

Commit 08a352a

Browse files
committed
1 parent a36b7d6 commit 08a352a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
"name": "egg",
33
"version": "3.29.0",
44
"publishConfig": {
5-
"tag": "release-3.x",
5+
"tag": "latest",
66
"access": "public"
77
},
8+
"release": {
9+
"branches": [
10+
{ "name": "3.x", "range": "3.x", "channel": "3.x" }
11+
]
12+
},
813
"description": "A web framework's framework for Node.js",
914
"keywords": [
1015
"web",

0 commit comments

Comments
 (0)