Skip to content

Commit

Permalink
chore: release v0.4.0-alpha.2 (#98)
Browse files Browse the repository at this point in the history
* chore: generate changelog

* chore: tweak release script
  • Loading branch information
Reasno committed Mar 17, 2021
1 parent a1a4b27 commit 9876559
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

<a name="v0.4.0-alpha.2"></a>
## [v0.4.0-alpha.2](https://github.com/DoNewsCode/core/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2021-03-13)
## [v0.4.0-alpha.2](https://github.com/DoNewsCode/core/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2021-03-17)

### ✨ Features

* add CronLogAdapter [#88](https://github.com/DoNewsCode/core/issues/88) ([#96](https://github.com/DoNewsCode/core/issues/96)) (@[Trock]([email protected]))
* add a configuration entry to disable servers. ([#93](https://github.com/DoNewsCode/core/issues/93)) (@[谷溪]([email protected]))
* add server events ([#86](https://github.com/DoNewsCode/core/issues/86)) (@[谷溪]([email protected]))
* **otes:** allow users to specify extra options ([#97](https://github.com/DoNewsCode/core/issues/97)) (@[谷溪]([email protected]))

### 🐛 Bug Fixes

* change default_config redis DB to db ([#95](https://github.com/DoNewsCode/core/issues/95)) (@[Trock]([email protected]))
* s3 config was not exported correctly ([#89](https://github.com/DoNewsCode/core/issues/89)) (@[谷溪]([email protected]))
* correctly export CorrelationID field ([#87](https://github.com/DoNewsCode/core/issues/87)) (@[谷溪]([email protected]))


<a name="v0.4.0-alpha.1"></a>
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git-chglog --next-tag $1 --output CHANGELOG.md v0.2.0..
git commit CHANGELOG.md -m "chore: generate changelog"
git commit CHANGELOG.md -m "chore: release $1"

0 comments on commit 9876559

Please sign in to comment.