From 80c2cbb3cd8dc82ec0ea8639788fb5aa7dc88781 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Wed, 19 Jul 2023 22:13:35 +0800 Subject: [PATCH] feat: add cicd actions Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 264ed6aff..c1f6d83fd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,8 +17,8 @@ gomod: report_sizes: true -metadata: - mod_timestamp: "{{ .CommitTimestamp }}" +# metadata: +# mod_timestamp: "{{ .CommitTimestamp }}" builds: - binary: openim-api @@ -407,7 +407,7 @@ checksum: release: footer: | - **Full Changelog**: https://github.com/OpenIMSDK/chat/compare/{{ .PreviousTag }}...{{ .Tag }} + **Full Changelog**: https://github.com/OpenIMSDK/Open-IM-Server/compare/{{ .PreviousTag }}...{{ .Tag }} ## Helping out