Create new tag or branches for each change you want deployed on git dep

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the caching category.

Last Updated: 2024-04-25

When updating a dependency that is pulled in from a branch on GitHub, deploy systems might use their cache, not realizing something changed upstream. Therefore it is wiser to tag the latest version you want pulled in and then changing this in the requirements / package file.