22 lines
905 B
Markdown
22 lines
905 B
Markdown
---
|
|
title: Linking to releases
|
|
intro: You can share every release you create on GitHub with a unique URL.
|
|
redirect_from:
|
|
- /articles/linking-to-releases
|
|
- /github/administering-a-repository/linking-to-releases
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
github-ae: '*'
|
|
topics:
|
|
- Repositories
|
|
---
|
|
{% data reusables.repositories.navigate-to-repo %}
|
|
{% data reusables.repositories.releases %}
|
|
3. Find the release you want to link to and click the version number.
|
|

|
|
3. Alternatively, right click **Latest Release** and copy the URL to share it. The suffix of this URL is always `/releases/latest`.
|
|

|
|
|
|
To link directly to a download of your latest release asset, link to `/owner/name/releases/latest/download/asset-name.zip`.
|