This version of GitHub Enterprise was discontinued on 2021-03-02. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Viewing your repository's releases and tags

You can view the chronological history of your repository by release name or tag version number.

In this article

Tip: You can also view a release using the GitHub CLI. For more information, see "gh release view" in the GitHub CLI documentation.

Viewing releases

  1. On GitHub Enterprise Server, navigate to the main page of the repository.

  2. Under your repository name, click Releases.

    Releases tab

  3. At the top of the Releases page, click Releases.

Viewing tags

  1. On GitHub Enterprise Server, navigate to the main page of the repository.

  2. Under your repository name, click Releases.

    Releases tab

  3. At the top of the Releases page, click Tags.

    Tags page

Further reading