Skip to main content

Creating a release

  1. Firstly go to GitHub and navigate to the main page of your repository.

  2. To the right of list of files, click create a new Release

Img1

  1. After clicking it will redirect you to a new screen.

Img2

  1. Choose a Existing tag if you have one or create new tag.

Img3

  1. Enter the Release title Img4

  2. Enter the release description for to justify what the release is all about.

Img5

  1. Make sure to check that whether this is a pre-release or not

Img6

  1. Attach any of the binaries which you want to

  2. Click on the Publish Release and you're good to go

  3. You can see your release now,

Img7

  1. Navigate to your main repository and you can see your release on the left side panel

Img8

🥳 You created and published the release successfully!

Why create releases?

  • Releases are deployable software iterations you can package and make available for a wider audience to download and use.

  • Releases are based on Git tags, which mark a specific point in your repository's history.

Official Dcos