Creating a release
-
Firstly go to GitHub and navigate to the main page of your repository.
-
To the right of list of files, click create a new Release

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

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

-
Enter the Release title

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

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

-
Attach any of the binaries which you want to
-
Click on the Publish Release and you're good to go
-
You can see your release now,

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

🥳 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.