Setting Release Version Via Branch Name Using GitHub Actions
If you are tired of creating git tags, forgetting to use git push –tags, or are otherwise annoyed by having to think about versioning rather than code, this one’s for you. Trunk-based development (the only git branching strategy I’m aware…