Skip to content

Commit ecca48f

Browse files
committed
chore: start 2.x branch
1 parent 953716d commit ecca48f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: CI
1+
name: CI for 2.x
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 2.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 2.x ]
88

99
jobs:
1010
Job:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Release
1+
name: Release for 2.x
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 2.x ]
66

77
jobs:
88
release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Default error handling plugin for egg.
2020
## Install
2121

2222
```bash
23-
npm i egg-onerror
23+
npm i egg-onerror@2
2424
```
2525

2626
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/eggjs/egg-onerror.git"
19+
"url": "https://github.com/eggjs/onerror.git"
2020
},
2121
"keywords": [
2222
"egg",

0 commit comments

Comments
 (0)