Skip to main content
Dot gov

The .gov means it’s official.
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

Https

The site is secure.
The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

GitHub Releases

Releases allow users to download and deploy your project’s source code as a package with binary files and release notes.

The release notes describe any changes, improvements, and new features contained in the release.

Releases are dependent on git tags . Tags are a way to label a specific point in the repository’s history (e.g. v1.0.3, v2.4.2).

By tagging points in your project’s history and creating releases from those tags, a user can determine which version of your project they want to to use and download it directly from your repository.

Creating a Release

To create a release, you’ll need to have write access for the repository.

  1. Navigate to the main page of the repository and click the Releases link in the right-hand column.
  2. If there are already releases, click Draft a new release. If this is the first release, click Create a new release.
    Draft a new release
  3. Type a version number for your release.
    Tag version
  4. Use the Target drop-down menu to select the branch that contains the content you want to release.
    Target branch
  5. Type a title and description for your release.
    Release title and description
  6. Optionally you can attach external files to your release. Attach files by dragging and dropping , selecting or pasting them into the binaries box. These do not have to be binary files; any files needed for the release that are external to the repository are accepted.
    Binaries
  7. To notify users the release is not ready for production and may be unstable, select This is a pre-release.
    Pre-Release
  8. If you’re ready to publicize your release, click Publish release. To work on the release later, click Save draft.
    Publish Release

Learn More

For more information about creating and managing releases, please see Releasing Projects on GitHub.