| ▲ | karmakaze 3 hours ago | |
The best thing that I'd used for auto-updated software with weekly updates was to prefix user-facing visible commits with "uv:" Then each week we search for them and either use the text as-is or massage it slightly. We even got it into the product itself in the Help/Release-notes menu. Funny to ask to stop doing something I don't do or never even heard of. I typically only mark database schema migrations or other major things with special prefixes. | ||
| ▲ | beart 2 hours ago | parent [-] | |
I like this idea, but could see it working better as a git trailer to avoid adding noise to git log | ||