...
git checkout master
(swith to the main development branch)
git pull
(retrive latest changes to branch)
git checkout -b tmp-release-X.Y.0
(create a new release branch)
...
...
git checkout master
(swith to the main development branch)
git pull
(retrive latest changes to branch)
git checkout -b tmp-release-X.Y.0
(create a new release branch)
...