Start working with Gluon
First is necessary to create or configure develop. Execute
cells master:init
The tool will ask for the type of the next release in order to set the next right version.
? Choose next release change (Use arrow keys)
major
minor
❯ patch
IMPORTANT: During the development process is possible to change the type of release executing cells master:init on master anytime as you wish if is necessary.
Check that new branch was generated ok:
➜ pisco-git git:(master) git branch --all
develop
* master
remotes/origin/develop
remotes/origin/master
Checkout develop to start to work.
git checkout develop
Do not push code to develop. Create new feature Gluon branch with start feature command.
Versions of this branch are this type: x.y.z-beta.n