Is it possible to make a release from custom branch (not develop
)?
I tried to use startCommit
command, but Maven JGitFlow plugin has been switched to the develop
branch before release is started.
Also, when I changed git configuration manually, it was automatically changed to develop
.
I would like to use following steps:
release-start
- create release branchrelease-finish
- create tag, merge to the master and develop, updatepom.xml
versions.- Issue found
- Create a branch from tagged version
- Fix issues there
- Make another release from that branch