From f74e028227a350ad6e68f9e42b88bfcfe3b76797 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Mon, 1 Jun 2026 03:35:00 -0500 Subject: [PATCH] Remove artifact listing from release notes generation in workflow --- .gitea/workflows/release.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a0d5c61..0bfecf8 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -132,13 +132,6 @@ jobs: echo git log --pretty='- %h %s' "${current_tag}" fi - echo - echo "## Artifacts" - echo - echo "- \`linux-amd64-default\`" - echo "- \`linux-amd64-static\`" - echo "- \`linux-arm64-default\`" - echo "- \`linux-arm64-static\`" } > RELEASE_NOTES.md - name: Create release and upload archives