Github Release
- We can create a release to package our software along with source code, binary files and release notes.
- Go to homepage of your repository > tags > releases tab.
- Create a new release.
- We can find an existing tag or create a new tag.
- type
v 1.0.
When I create this release, - GitHub will automatically add this tag to the latest commit.
- Target branch: master.
- Release title: v1.0.
- Type your release notes.
- You can attach binary files to include the compiled version of our application.
- if this release is not production ready, if it's not stable, we can tick this box. This is a pre release.
- Click on Publish release.