-
v0.1.50 Stable
released this
2026-07-05 12:02:58 +00:00 | 1089 commits to main since this releaseFixed
- CHANGELOG lands stop conflicting:
.gitattributesmarksCHANGELOG.md merge=union. Two
branches landing close together (or one landing right after a release promoted[Unreleased])
collided on the changelog every time, even though the bullets never overlapped — each land needed
a manual rebase just to reconcile it. The built-inunionmerge driver keeps BOTH sides' lines
instead of raising a conflict (land usesDo:merge, a real 3-way merge, so the driver applies).
Included changes (v0.1.49 -> v0.1.50)
ffc574651696fix(cicd): auto-resolve CHANGELOG land conflicts via .gitattributes merge=union1430f9e83d6afix(kernel): fetch mc static client in promote do-release (alpine/k8s lacks it)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CHANGELOG lands stop conflicting: