KV
12/04/2020, 5:31 AM1.1.1 to 1.1.2 and in this version I stopped the rollout because we found out that there is some bugs. So I created the new branch hotfix/1.1.2 from the release/1.1.2 branch and merge the changes into release/1.1.2 branch.
But now the question is
1. Is this correct to fix the issue on the release/1.1.2 branch?
2. What version we should use for the hotfix release? should we use release/1.1.2 or release/1.1.3 ?
3. Should we merge the hotfix branch to release/1.1.2 branch or first do we need to create the new branch release/1.1.3 and merge hotfix changes into new branch?tseisel
12/04/2020, 7:17 AMhttps://nvie.com/img/git-model@2x.png▾
KV
12/04/2020, 7:35 AM0.2 means in my case it should 1.1.3Vampire
12/04/2020, 9:11 AM