Skip to content

Commit cb00441

Browse files
committed
Release 2.15.3
1 parent ef5496d commit cb00441

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
2.15.3 / 2022-03-08
3+
==================
4+
5+
**fixes**
6+
* [[`ef5496d`](http://github.com/eggjs/egg-scripts/commit/ef5496d1838a508a859cd5d77886098d7de8fec5)] - fix: ps-cmd result may be truncated (#52) (W <<[email protected]>>)
7+
8+
**others**
9+
* [[`be89f9d`](http://github.com/eggjs/egg-scripts/commit/be89f9d6bb88810ffa3237deab9e4e0d9c4000c2)] - docs(doc): 修改readme文档中的stop脚本处的描述,并增加示例. (#51) (shuidian <<[email protected]>>)
10+
211
2.15.2 / 2021-11-17
312
==================
413

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,15 @@ Please open an issue [here](https://github.com/eggjs/egg/issues?q=is%3Aissue+is%
9797

9898
[MIT](LICENSE)
9999

100+
<!-- GITCONTRIBUTOR_START -->
101+
102+
## Contributors
103+
104+
|[<img src="https://avatars.githubusercontent.com/u/227713?v=4" width="100px;"/><br/><sub><b>atian25</b></sub>](https://github.com/atian25)<br/>|[<img src="https://avatars.githubusercontent.com/u/360661?v=4" width="100px;"/><br/><sub><b>popomore</b></sub>](https://github.com/popomore)<br/>|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/985607?v=4" width="100px;"/><br/><sub><b>dead-horse</b></sub>](https://github.com/dead-horse)<br/>|[<img src="https://avatars.githubusercontent.com/u/2842176?v=4" width="100px;"/><br/><sub><b>XadillaX</b></sub>](https://github.com/XadillaX)<br/>|[<img src="https://avatars.githubusercontent.com/u/19908330?v=4" width="100px;"/><br/><sub><b>hyj1991</b></sub>](https://github.com/hyj1991)<br/>|
105+
| :---: | :---: | :---: | :---: | :---: | :---: |
106+
|[<img src="https://avatars.githubusercontent.com/u/6897780?v=4" width="100px;"/><br/><sub><b>killagu</b></sub>](https://github.com/killagu)<br/>|[<img src="https://avatars.githubusercontent.com/u/17738556?v=4" width="100px;"/><br/><sub><b>BaffinLee</b></sub>](https://github.com/BaffinLee)<br/>|[<img src="https://avatars.githubusercontent.com/u/546535?v=4" width="100px;"/><br/><sub><b>leoner</b></sub>](https://github.com/leoner)<br/>|[<img src="https://avatars.githubusercontent.com/u/4994682?v=4" width="100px;"/><br/><sub><b>plusmancn</b></sub>](https://github.com/plusmancn)<br/>|[<img src="https://avatars.githubusercontent.com/u/19830601?v=4" width="100px;"/><br/><sub><b>shuidian</b></sub>](https://github.com/shuidian)<br/>|[<img src="https://avatars.githubusercontent.com/u/24246985?v=4" width="100px;"/><br/><sub><b>zhennann</b></sub>](https://github.com/zhennann)<br/>|
107+
[<img src="https://avatars.githubusercontent.com/u/8005864?v=4" width="100px;"/><br/><sub><b>liyanlong</b></sub>](https://github.com/liyanlong)<br/>
108+
109+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Mar 08 2022 09:52:13 GMT+0800`.
110+
111+
<!-- GITCONTRIBUTOR_END -->

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-scripts",
3-
"version": "2.15.2",
3+
"version": "2.15.3",
44
"description": "deploy tool for egg project",
55
"main": "index.js",
66
"bin": {
@@ -28,6 +28,7 @@
2828
"egg-bin": "^4.9.0",
2929
"eslint": "^5.10.0",
3030
"eslint-config-egg": "^7.1.0",
31+
"git-contributor": "^1.0.10",
3132
"mm": "^2.4.1",
3233
"typescript": "^4",
3334
"urllib": "^2.31.3",
@@ -37,6 +38,7 @@
3738
"node": ">=6.0.0"
3839
},
3940
"scripts": {
41+
"contributor": "git-contributor",
4042
"pkgfiles": "egg-bin pkgfiles",
4143
"test": "npm run lint -- --fix && npm run pkgfiles && npm run test-local",
4244
"test-local": "egg-bin test",

0 commit comments

Comments
 (0)