Closed gorghoa closed 8 years ago
Twgit should stay an intern process. We can accept external contribution which not using it so IMO, we should put that in the contributing file
I think what you want to say is: “we should not put that in the contributing file”.
But ok, I agree, let’s close this issue ;)
When
twgit hotfix start
is used, twgit fire a new branch, based on the last commit of stable branch. Creating, for instance, a branch namedhotfix/0.2.3
Then, when
twgit hotfix finish
is used, twgit merge the hotfix branch into stable, tag it, etc.Problem is: When multiple hotfix PR are created in parallel, the async party begins, and a hotfix 0.2.5 could be mergeable before 0.2.3.
So, with hm-admin here is the hotfix process:
ps ironic note: I appreciate github warning me with this message while I’m filling this issue:
So now, it’s not just async party time, it’s circular reference party time too! 🎉 🎈 🎂