I like that. It seems that git-flow is a good match for weekly/monthly releases and github-flow is a good match for daily/multiple times a day releases.
As far as I can tell the only real difference is the existence of a develop branch in git-flow that allows integration testing before a batch release.
As far as I can tell the only real difference is the existence of a develop branch in git-flow that allows integration testing before a batch release.