Trunk Based Development or GitHub Flow
Wait? these aren’t the same? They sure look very familiar!!! they are very similar but there is one subtle difference, where the release originates Using GitHub Flow you release from the branch While with Trunk Based Development you release from master/trunk. This subtle […]