|
|
|
|
|
by andix
879 days ago
|
|
How I've done it: Just tag the commit that is used to build a release. If you need to add a fix to an older release, create a branch from the tag. Do the changes trunk based on this branch, then tag and release. If needed just repeat it. I'm convinced that complex branching strategies never magically solve any issues. They just confuse many people until every successful release feels like dark magic. |
|