2
0

feat(pages): add public releases option for landing pages

Allow private repositories to enable public release downloads on their landing pages. When enabled, unauthenticated users can download release attachments without accessing the repository. Adds download sections to all landing page templates with styling.
This commit is contained in:
2026-03-06 18:04:35 -05:00
parent 6ceb4f0ad4
commit 734dd895bb
9 changed files with 334 additions and 3 deletions

View File

@@ -4466,6 +4466,8 @@
"repo.settings.pages.secondary_cta": "Secondary Call to Action",
"repo.settings.pages.cta_label": "Button Label",
"repo.settings.pages.cta_url": "Button URL",
"repo.settings.pages.public_releases": "Public Releases",
"repo.settings.pages.public_releases_desc": "Allow unauthenticated users to download releases. Useful for landing pages on private repositories.",
"repo.settings.pages.stats": "Stats",
"repo.settings.pages.value_props": "Value Propositions",
"repo.settings.pages.features": "Features",