-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
- Loading branch information
Showing
7 changed files
with
52 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ | |
name: Publish Docker image | ||
|
||
on: | ||
schedule: | ||
- cron: '30 2 * * *' | ||
push: | ||
branches: | ||
- main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ | |
name: Build OpenIM Web Docker image | ||
|
||
on: | ||
schedule: | ||
- cron: '30 3 * * *' | ||
push: | ||
branches: | ||
- main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Version logging for OpenIM | ||
|
||
<!-- BEGIN MUNGE: GENERATED_TOC --> | ||
|
||
<!-- END MUNGE: GENERATED_TOC --> | ||
|
||
<a name="unreleased"></a> | ||
## [Unreleased] | ||
|
||
|
||
<a name="v3.3.1"></a> | ||
## [v3.3.1] - 2023-09-13 | ||
|
||
<a name="v3.3.1-beta.0"></a> | ||
## [v3.3.1-beta.0] - 2023-09-11 | ||
|
||
<a name="v3.3.0-rc.1"></a> | ||
## [v3.3.0-rc.1] - 2023-09-11 | ||
|
||
<a name="v3.3.0-rc.12"></a> | ||
## [v3.3.0-rc.12] - 2023-09-11 | ||
|
||
<a name="v3.3.0"></a> | ||
## [v3.3.0] - 2023-09-09 | ||
|
||
<a name="v3.3.0-rc.0"></a> | ||
## v3.3.0-rc.0 - 2023-09-07 | ||
### Reverts | ||
- update etcd to v3.5.2 ([#206](https://github.com/openimsdk/open-im-server/issues/206)) | ||
|
||
### Pull Requests | ||
- Merge branch 'tuoyun' | ||
|
||
|
||
[Unreleased]: https://github.com/openimsdk/open-im-server/compare/v3.3.1...HEAD | ||
[v3.3.1]: https://github.com/openimsdk/open-im-server/compare/v3.3.1-beta.0...v3.3.1 | ||
[v3.3.1-beta.0]: https://github.com/openimsdk/open-im-server/compare/v3.3.0-rc.1...v3.3.1-beta.0 | ||
[v3.3.0-rc.1]: https://github.com/openimsdk/open-im-server/compare/v3.3.0-rc.12...v3.3.0-rc.1 | ||
[v3.3.0-rc.12]: https://github.com/openimsdk/open-im-server/compare/v3.3.0...v3.3.0-rc.12 | ||
[v3.3.0]: https://github.com/openimsdk/open-im-server/compare/v3.3.0-rc.0...v3.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters