From e847f50ccc9b052d73c5fbd9aef7e161885def64 Mon Sep 17 00:00:00 2001 From: Emma Makinson Date: Wed, 18 May 2022 13:57:49 +0100 Subject: [PATCH] Release asset creation date (#27715) Co-authored-by: Matt Pollard Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com> --- .../releasing-projects-on-github/about-releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/repositories/releasing-projects-on-github/about-releases.md b/content/repositories/releasing-projects-on-github/about-releases.md index 816e90babfe5..9c9f2fd28552 100644 --- a/content/repositories/releasing-projects-on-github/about-releases.md +++ b/content/repositories/releasing-projects-on-github/about-releases.md @@ -39,6 +39,10 @@ Anyone with read access to a repository can view and compare releases, but only You can manually create release notes while managing a release. Alternatively, you can automatically generate release notes from a default template, or customize your own release notes template. For more information, see "[Automatically generated release notes](/repositories/releasing-projects-on-github/automatically-generated-release-notes)." {% endif %} +{% ifversion fpt or ghec or ghes > 3.6 or ghae-issue-7054 %} +When viewing the details for a release, the creation date for each release asset is shown next to the release asset. +{% endif %} + {% ifversion fpt or ghec %} People with admin permissions to a repository can choose whether {% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) objects are included in the ZIP files and tarballs that {% data variables.product.product_name %} creates for each release. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository)."