1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Document release asset limits (#56463)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2025-07-03 06:03:31 -07:00
committed by GitHub
parent 3b914a2b83
commit c820893a5c
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,6 @@ You can also use the Releases API to gather information, such as the number of t
## Storage and bandwidth quotas
Each file included in a release must be under {% data variables.large_files.max_file_size %}. There is no limit on the total size of a release, nor bandwidth usage.
Up to {% data variables.releases.release_asset_limit %} release assets may be associated with a single release. Each file included in a release must be under {% data variables.large_files.max_file_size %}. There is no limit on the total size of a release, nor bandwidth usage.
{% endif %}

View File

@@ -0,0 +1 @@
release_asset_limit: '1000'