Skip to content

Commit

Permalink
chore: start 3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 3, 2025
1 parent fa296f0 commit dc6bb7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: CI for 3.x

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
Job:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
name: Release for 3.x

on:
push:
branches: [ master ]
branches: [ 3.x ]

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-multipart.git"
"url": "git+https://github.com/eggjs/multipart.git"
},
"keywords": [
"egg",
Expand All @@ -31,7 +31,7 @@
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/eggjs/egg-multipart#readme",
"homepage": "https://github.com/eggjs/multipart#readme",
"engines": {
"node": ">= 14.17.0"
},
Expand Down

0 comments on commit dc6bb7f

Please sign in to comment.