Have you ever used '๐๐๐ -๐ฉ ๐๐๐๐๐๐๐:๐๐๐๐๐๐๐-๐๐๐๐๐ ๐๐๐๐๐๐๐:๐๐๐๐๐๐๐-๐๐๐๐๐๐'?
It is used to proceed to the release of your develop branch.
Let's see what it does behind the scene:
1๏ธโฃ ๐ ต๐ ธ๐๐๐, ๐ ถ๐ ธ๐ ๐ ต๐ ป๐ พ๐ ๐๐๐ ฐ๐๐
$ ๐๐๐ ๐๐๐๐ ๐๐๐๐๐๐๐ ๐๐๐๐๐ 1.4.0
This will automatically do the following:
๐ create a new branch named release/1.4.0 from the develop branch,
๐ checkout the release/1.4.0 branch.
2๏ธโฃ ๐๐ ท๐ ด๐ ฝ, ๐ ถ๐ ธ๐ ๐ ต๐ ป๐ พ๐ ๐ ต๐ ธ๐ ฝ๐ ธ๐๐ ท
$ ๐๐๐ ๐๐๐๐ ๐๐๐๐๐๐๐ ๐๐๐๐๐๐ 1.4.0
This will:
๐ Merge changes into the master branch,
๐ Create a 1.4.0 tag,
๐ Merge changes into the develop branch,
๐ Remove your local release\1.4.0 branch.