Open matthiasbeyer opened 10 years ago
Same regressions as last time: release- and hotfix branches should be ad-hoc and version specific. As for when to change the wf: the build setup should be finished, too.
:+1:
The build setup is finished, but I would like to keep the current workflow until v0.0.1
. So we do not have to re-open all the PRs and so on.
ACK.
I'd suggest that, we aim for simple insertion, deletion and retrieval in v0.0.1
, switch the WF and then add the "fancy" stuff.
:+1:
We should switch to the four-branch-workflow as soon as possible. I suggest to switch as soon as the paper gets ready, which should be as soon as possible, too.
Four branch workflow means:
master
for release-merges onlyrelease
for preparing releases (updating version numbers etc.)develop
for developmenthotfix
for hotfixes (optional)