1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/github/administering-a-repository/releasing-projects-on-github/linking-to-releases.md

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.
![Releases tag information](/assets/images/help/releases/release_tag_name.png)
3. Alternatively, right click **Latest Release** and copy the URL to share it. The suffix of this URL is always `/releases/latest`.
![Latest release tag](/assets/images/help/releases/release_latest_release_tag.png)
To link directly to a download of your latest release asset, link to `/owner/name/releases/latest/download/asset-name.zip`.