Tag: Software
3 articles tagged with "Software"
2016
How to manage your releases using git-semver?
Manage software releases consistently using the git-semver tool for semantic versioning, with step-by-step instructions for version generation, tagging, and PyPI publishing.
2009
All about backward compatibility...
Real-world case study of a backward compatibility break in PHP 5.2.11 that affected symfony projects, highlighting why stable branches must remain stable.