From 16b1585bea8fcea7ba6c0f8b6686268be1f68bbc Mon Sep 17 00:00:00 2001 From: arthur <16458204+ArthurKun021@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:37:16 +0800 Subject: [PATCH] Update CHANGELOG.md entry format in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3759ecc..4adfbc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: - name: Update CHANGELOG.md if: ${{ needs.build-app.outputs.CREATE_RELEASE == 'true' }} run: | - echo -e "\n${{ steps.last_release.outputs.html_url }} ${{ needs.build-app.outputs.CHANGELOG }}" >> CHANGELOG.md + echo -e "\n[${{ steps.last_release.outputs.name }}](${{ steps.last_release.outputs.html_url }}) ${{ needs.build-app.outputs.CHANGELOG }}" >> CHANGELOG.md git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'