How to Make a Release ?
Make a release
When you start to make a release, I think if you look at your commit it can be better
1
| |
then if you make some wrong commit, you can delete wrong commit with
1
| |
command.
Then,
1
| |
After that, you can check you branch with
1
| |
then let’s start to release ;
1
| |
your_version_number can be like 0.1.0 . Actually can be like
1
| |
When we write this command, you can create VERSION.txt file, and open ‘txt’ file
then write some number with your_version_number
Write with order below commands,
1 2 | |
1
| |
1
| |
1
| |
1
| |
Yep, Now you made a release you can check on your repo settings on github.
Let’ s add Tag,
1
| |
1
| |
That’ s all. I hope help to you.