Reading List
- How to end up with 500,000 commits in your log
Martin Tournoij
I once worked for a company where they managed to create about half a million subversion commits in just 2 or 3 years, with about 3 developers working on it. I’ll leave it as an exercise to guess how they managed to do that :-)
- Automatically publishing your build artifacts
Aurélien Gâteau
•
18 Jun 2021
The idea: whenever your CI builds the code from your main branch, do not ditch the build results: publish them instead. This makes it easy to provide QA engineers or bug reporters with new builds to try.