|
|
|
|
|
by overfeed
258 days ago
|
|
> Don't do this There are multiple valid branching strategies. Your recommended strategy works well[0] with evergreen deployments, but would fail hard if you intend to support multiple release versions of an app, which happens often in the embedded world with multiple hardware targets, or self-hosted, large enterprise apps that require qualification sign-offs. 0. Semver uas many issues that I won't repeat here, mostly stemming from projecting a graph of changes onto a single-dimension. |
|
https://www.digitalocean.com/community/tutorials/customizing...