From 94efc2c62be26379202f347a7959d3b954d68b24 Mon Sep 17 00:00:00 2001 From: zxyszx <299979470+zxyszx@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:41:01 +0800 Subject: [PATCH] ci: publish concise release notes --- .github/workflows/docker.yml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 691eb6e..21db127 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -205,11 +205,8 @@ jobs: shell: bash run: | tag="${{ needs.release.outputs.tag }}" - version="${{ needs.release.outputs.version }}" repo="${GITHUB_REPOSITORY}" repo_url="https://github.com/${repo}" - image_base="${REGISTRY}/${repo}" - image_base="${image_base,,}" current_commit="$(git rev-list -n 1 "${tag}")" previous_tag="$(git describe --tags --abbrev=0 "${current_commit}^" 2>/dev/null || true)" version_notes=".github/release-notes/${tag}.md" @@ -240,36 +237,7 @@ jobs: fi fi - cat > release-notes.md <> release-notes.md + cp generated-release-notes.md release-notes.md - name: Create or update GitHub release env: