Skip to content

Commit

Permalink
Release 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 18, 2023
1 parent 9828d00 commit c4301c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [ master, 5.x ]
branches: [ master ]

workflow_dispatch: {}

Expand Down
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

5.14.0 / 2023-04-18
==================

**features**
* [[`44b9ed8`](http://github.com/eggjs/egg-bin/commit/44b9ed8338659e5947682c18895910d3912c2844)] - feat: output cobertura report by default (#226) (Gxkl <<gxkl203@gmail.com>>)

**fixes**
* [[`9828d00`](http://github.com/eggjs/egg-bin/commit/9828d0015228e58ea4697cb1c3f708da8a34e1a2)] - fix: auto release on 5.x (fengmk2 <<fengmk2@gmail.com>>)

**others**
* [[`b989791`](http://github.com/eggjs/egg-bin/commit/b989791153f9188f2df73b28b61c8ed7f0b04820)] - chore: remove auto release on 5.x (fengmk2 <<fengmk2@gmail.com>>)
* [[`8a44eeb`](http://github.com/eggjs/egg-bin/commit/8a44eeb324e0da595e16c568dcad1f6296036e6d)] - chore: add publishConfig tag latest-5 (fengmk2 <<fengmk2@gmail.com>>)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-bin",
"version": "5.13.4",
"version": "5.14.0",
"publishConfig": {
"tag": "latest-5"
},
Expand Down

0 comments on commit c4301c5

Please sign in to comment.