Remove artifact listing from release notes generation in workflow
CI / Go Tests (push) Successful in 22s
CI / Build (push) Successful in 17s
Format / gofmt (push) Successful in 9s
Release Artifacts / Validate release tag (push) Successful in 2s
Release Artifacts / Build and release executables (push) Successful in 19s
Release Artifacts / Build and release Docker image (push) Successful in 13s

This commit is contained in:
2026-06-01 03:35:00 -05:00
parent fd12b940a7
commit f74e028227
-7
View File
@@ -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