Skip to content

Commit

Permalink
chore: add release branches config
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 9, 2025
1 parent a36b7d6 commit 08a352a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"name": "egg",
"version": "3.29.0",
"publishConfig": {
"tag": "release-3.x",
"tag": "latest",
"access": "public"
},
"release": {
"branches": [
{ "name": "3.x", "range": "3.x", "channel": "3.x" }
]
},
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 08a352a

Please sign in to comment.