Skip to content

Commit

Permalink
chore: modify release workflow (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno committed Mar 13, 2021
1 parent c9b0be2 commit cd8151f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### {{ .Title }}

{{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (@[{{ .Author.Name }}]({{ .Author.Email }}))
{{ end }}
{{ end -}}

Expand Down Expand Up @@ -35,4 +35,4 @@
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}
{{ end -}}
17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

37 changes: 30 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@

<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)


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

### ♻️ Code Refactoring

* config/env refactor ([#81](https://github.com/DoNewsCode/core/issues/81)) (@[Trock]([email protected]))
* move go kit and gin related package to seperate repo ([#74](https://github.com/DoNewsCode/core/issues/74)) (@[谷溪]([email protected]))

### ✨ Features

* replace redis logger with Kitlog [#64](https://github.com/DoNewsCode/core/issues/64) ([#73](https://github.com/DoNewsCode/core/issues/73)) (@[Trock]([email protected]))

### 🐛 Bug Fixes

* don't panic when the database connection cannot be established at start up. ([#77](https://github.com/DoNewsCode/core/issues/77)) (@[谷溪]([email protected]))
* fix example misspell ([#72](https://github.com/DoNewsCode/core/issues/72)) (@[另维64]([email protected]))
* **ginmw:** use c.FullPath() to calculate route matched ([#70](https://github.com/DoNewsCode/core/issues/70)) (@[谷溪]([email protected]))


<a name="v0.3.0"></a>
## [v0.3.0](https://github.com/DoNewsCode/core/compare/v0.2.0...v0.3.0) (2021-03-10)

### ♻️ Code Refactoring

* **otes:** optimize logger ([#68](https://github.com/DoNewsCode/core/issues/68))
* **otes:** optimize logger ([#68](https://github.com/DoNewsCode/core/issues/68)) (@[谷溪]([email protected]))

### ✨ Features

* Saga ([#63](https://github.com/DoNewsCode/core/issues/63))
* **es:** Add otes package ([#61](https://github.com/DoNewsCode/core/issues/61))
* **kitmw:** limit maximum concurrency ([#67](https://github.com/DoNewsCode/core/issues/67))
* Saga ([#63](https://github.com/DoNewsCode/core/issues/63)) (@[谷溪]([email protected]))
* **es:** Add otes package ([#61](https://github.com/DoNewsCode/core/issues/61)) (@[另维64]([email protected]))
* **kitmw:** limit maximum concurrency ([#67](https://github.com/DoNewsCode/core/issues/67)) (@[谷溪]([email protected]))

### 🐛 Bug Fixes

* **ots3:** investigate race condition ([#62](https://github.com/DoNewsCode/core/issues/62))
* **ots3:** missing trace in ots3
* **ots3:** investigate race condition ([#62](https://github.com/DoNewsCode/core/issues/62)) (@[谷溪]([email protected]))
* **ots3:** missing trace in ots3 (@[Reasno]([email protected]))

### Pull Requests

Expand All @@ -27,5 +50,5 @@

### ✨ Features

* **leader:** add leader election package. ([#56](https://github.com/DoNewsCode/core/issues/56))
* **leader:** add leader election package. ([#56](https://github.com/DoNewsCode/core/issues/56)) (@[谷溪]([email protected]))

2 changes: 1 addition & 1 deletion release.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git-chglog --output CHANGELOG.md v0.2.0..
git-chglog --next-tag $1 --output CHANGELOG.md v0.2.0..
git commit CHANGELOG.md -m "chore: generate changelog"

0 comments on commit cd8151f

Please sign in to comment.