|
|
|
|
|
by hinkley
207 days ago
|
|
CI fights this. But that’s peanuts compared to feature branches and nothing compared to lack of a monolith. We had so many distinct packages on my last project that I had to massively upgrade a tool a coworker started to track the dependency tree so people stopped being afraid of the release process. I could not think of any way to make lock files not be the absolute worst thing about our entire dev and release process, so the handful of deployables had a lockfile each that was only utilized to do hotfix releases without changing the dep tree out from underneath us. Artifactory helps only a little here. |
|