Merge pull request #408 from cubxxw/feat/release-desgin
ci: join the desgin of chglog and initpull/410/head
commit
c386d85493
@ -0,0 +1,9 @@
|
|||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default: false # disable the default status that measures entire project
|
||||||
|
pkg: # declare a new status context "pkg"
|
||||||
|
paths:
|
||||||
|
- pkg/* # only include coverage in "pkg/" folder
|
||||||
|
informational: true # Always pass check
|
||||||
|
patch: off # disable the commit only checks
|
@ -0,0 +1,40 @@
|
|||||||
|
{{ range .Versions }}
|
||||||
|
<a name="{{ .Tag.Name }}"></a>
|
||||||
|
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }}
|
||||||
|
|
||||||
|
> {{ datetime "2006-01-02" .Tag.Date }}
|
||||||
|
|
||||||
|
{{ range .CommitGroups -}}
|
||||||
|
### {{ .Title }}
|
||||||
|
|
||||||
|
{{ range .Commits -}}
|
||||||
|
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
|
{{- if .RevertCommits -}}
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
{{ range .RevertCommits -}}
|
||||||
|
* {{ .Revert.Header }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
|
{{- if .MergeCommits -}}
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
{{ range .MergeCommits -}}
|
||||||
|
* {{ .Header }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
|
{{- if .NoteGroups -}}
|
||||||
|
{{ range .NoteGroups -}}
|
||||||
|
### {{ .Title }}
|
||||||
|
|
||||||
|
{{ range .Notes }}
|
||||||
|
{{ .Body }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end -}}
|
||||||
|
{{ end -}}
|
||||||
|
{{ end -}}
|
@ -0,0 +1,28 @@
|
|||||||
|
style: github
|
||||||
|
template: CHANGELOG.tpl.md
|
||||||
|
info:
|
||||||
|
title: CHANGELOG
|
||||||
|
repository_url: https://github.com/OpenIMSDK/Open-IM-Server
|
||||||
|
options:
|
||||||
|
commits:
|
||||||
|
# filters:
|
||||||
|
# Type:
|
||||||
|
# - feat
|
||||||
|
# - fix
|
||||||
|
# - perf
|
||||||
|
# - refactor
|
||||||
|
commit_groups:
|
||||||
|
# title_maps:
|
||||||
|
# feat: Features
|
||||||
|
# fix: Bug Fixes
|
||||||
|
# perf: Performance Improvements
|
||||||
|
# refactor: Code Refactoring
|
||||||
|
header:
|
||||||
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
||||||
|
pattern_maps:
|
||||||
|
- Type
|
||||||
|
- Scope
|
||||||
|
- Subject
|
||||||
|
notes:
|
||||||
|
keywords:
|
||||||
|
- BREAKING CHANGE
|
@ -0,0 +1,228 @@
|
|||||||
|
|
||||||
|
<a name="v2.3.3"></a>
|
||||||
|
## [v2.3.3](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.3.2...v2.3.3)
|
||||||
|
|
||||||
|
> 2022-09-18
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.3.2"></a>
|
||||||
|
## [v2.3.2](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.3.0-rc2...v2.3.2)
|
||||||
|
|
||||||
|
> 2022-09-09
|
||||||
|
|
||||||
|
### GetSelfUserInfo
|
||||||
|
|
||||||
|
* Handle the case where the user does not exist
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
* Merge pull request [#267](https://github.com/OpenIMSDK/Open-IM-Server/issues/267) from ouyangshi/del
|
||||||
|
* Merge pull request [#265](https://github.com/OpenIMSDK/Open-IM-Server/issues/265) from ouyangshi/del
|
||||||
|
* Merge pull request [#252](https://github.com/OpenIMSDK/Open-IM-Server/issues/252) from x-shadow-man/config-perf
|
||||||
|
* Merge pull request [#263](https://github.com/OpenIMSDK/Open-IM-Server/issues/263) from ouyangshi/main
|
||||||
|
* Merge pull request [#258](https://github.com/OpenIMSDK/Open-IM-Server/issues/258) from ouyangshi/main
|
||||||
|
* Merge pull request [#261](https://github.com/OpenIMSDK/Open-IM-Server/issues/261) from ouyangshi/v2.3.0release
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.3.0-rc2"></a>
|
||||||
|
## [v2.3.0-rc2](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.3.0-rc1...v2.3.0-rc2)
|
||||||
|
|
||||||
|
> 2022-07-29
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.3.0-rc1"></a>
|
||||||
|
## [v2.3.0-rc1](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.3.0-rc0...v2.3.0-rc1)
|
||||||
|
|
||||||
|
> 2022-07-25
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.3.0-rc0"></a>
|
||||||
|
## [v2.3.0-rc0](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.2.0...v2.3.0-rc0)
|
||||||
|
|
||||||
|
> 2022-07-15
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.2.0"></a>
|
||||||
|
## [v2.2.0](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.1.0...v2.2.0)
|
||||||
|
|
||||||
|
> 2022-07-01
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.1.0"></a>
|
||||||
|
## [v2.1.0](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.10...v2.1.0)
|
||||||
|
|
||||||
|
> 2022-06-17
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.10"></a>
|
||||||
|
## [v2.0.10](https://github.com/OpenIMSDK/Open-IM-Server/compare/list...v2.0.10)
|
||||||
|
|
||||||
|
> 2022-05-13
|
||||||
|
|
||||||
|
|
||||||
|
<a name="list"></a>
|
||||||
|
## [list](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.9...list)
|
||||||
|
|
||||||
|
> 2022-04-29
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.9"></a>
|
||||||
|
## [v2.0.9](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.7...v2.0.9)
|
||||||
|
|
||||||
|
> 2022-04-29
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* update etcd to v3.5.2 ([#206](https://github.com/OpenIMSDK/Open-IM-Server/issues/206))
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.7"></a>
|
||||||
|
## [v2.0.7](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.6...v2.0.7)
|
||||||
|
|
||||||
|
> 2022-04-08
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.6"></a>
|
||||||
|
## [v2.0.6](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.5...v2.0.6)
|
||||||
|
|
||||||
|
> 2022-04-01
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* json tag value of UserIDResult.UserID ([#178](https://github.com/OpenIMSDK/Open-IM-Server/issues/178))
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
* Merge pull request [#173](https://github.com/OpenIMSDK/Open-IM-Server/issues/173) from OpenIMSDK/tuoyun
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.5"></a>
|
||||||
|
## [v2.0.5](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.04...v2.0.5)
|
||||||
|
|
||||||
|
> 2022-03-24
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.04"></a>
|
||||||
|
## [v2.04](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.3...v2.04)
|
||||||
|
|
||||||
|
> 2022-03-18
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.3"></a>
|
||||||
|
## [v2.0.3](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.2...v2.0.3)
|
||||||
|
|
||||||
|
> 2022-03-11
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.2"></a>
|
||||||
|
## [v2.0.2](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.1...v2.0.2)
|
||||||
|
|
||||||
|
> 2022-03-04
|
||||||
|
|
||||||
|
### Version
|
||||||
|
|
||||||
|
* "3"
|
||||||
|
* "2"
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.1"></a>
|
||||||
|
## [v2.0.1](https://github.com/OpenIMSDK/Open-IM-Server/compare/v2.0.0...v2.0.1)
|
||||||
|
|
||||||
|
> 2022-02-25
|
||||||
|
|
||||||
|
### DbMysqlDatabaseName
|
||||||
|
|
||||||
|
* openIM_v2
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v2.0.0"></a>
|
||||||
|
## [v2.0.0](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.7...v2.0.0)
|
||||||
|
|
||||||
|
> 2022-02-23
|
||||||
|
|
||||||
|
### Pb
|
||||||
|
|
||||||
|
* open_im_sdk.OfflinePushInfo
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
* Merge pull request [#131](https://github.com/OpenIMSDK/Open-IM-Server/issues/131) from OpenIMSDK/cms-dev
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.7"></a>
|
||||||
|
## [v1.0.7](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.6...v1.0.7)
|
||||||
|
|
||||||
|
> 2021-12-17
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.6"></a>
|
||||||
|
## [v1.0.6](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.5...v1.0.6)
|
||||||
|
|
||||||
|
> 2021-12-10
|
||||||
|
|
||||||
|
### Pb
|
||||||
|
|
||||||
|
* open_im_sdk.OfflinePushInfo
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.5"></a>
|
||||||
|
## [v1.0.5](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.4...v1.0.5)
|
||||||
|
|
||||||
|
> 2021-12-03
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.4"></a>
|
||||||
|
## [v1.0.4](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.3...v1.0.4)
|
||||||
|
|
||||||
|
> 2021-11-25
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.3"></a>
|
||||||
|
## [v1.0.3](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.1...v1.0.3)
|
||||||
|
|
||||||
|
> 2021-11-12
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
* test utils ([#26](https://github.com/OpenIMSDK/Open-IM-Server/issues/26))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* Startup error ([#11](https://github.com/OpenIMSDK/Open-IM-Server/issues/11))
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
* Merge pull request [#12](https://github.com/OpenIMSDK/Open-IM-Server/issues/12) from njulk/main
|
||||||
|
* Merge pull request [#9](https://github.com/OpenIMSDK/Open-IM-Server/issues/9) from xmcy0011/dev
|
||||||
|
* Merge pull request [#6](https://github.com/OpenIMSDK/Open-IM-Server/issues/6) from Bloomingg/int
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.1"></a>
|
||||||
|
## [v1.0.1](https://github.com/OpenIMSDK/Open-IM-Server/compare/v1.0.0...v1.0.1)
|
||||||
|
|
||||||
|
> 2021-11-04
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v1.0.0"></a>
|
||||||
|
## v1.0.0
|
||||||
|
|
||||||
|
> 2021-10-28
|
||||||
|
|
||||||
|
### Ci
|
||||||
|
|
||||||
|
* ignore files created by docker-compose ([#19](https://github.com/OpenIMSDK/Open-IM-Server/issues/19))
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
* optimise get server ip ([#20](https://github.com/OpenIMSDK/Open-IM-Server/issues/20))
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* friend modify
|
||||||
|
* update
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
|
||||||
|
* Merge pull request [#7](https://github.com/OpenIMSDK/Open-IM-Server/issues/7) from memory-qianxiao/docker-compose_update
|
||||||
|
* Merge pull request [#4](https://github.com/OpenIMSDK/Open-IM-Server/issues/4) from wujingke/patch-1
|
||||||
|
|
Loading…
Reference in new issue