I'm using jsdelivr to point to a javascript file I'm working on in Git. I have done a fair amount of research, mostly by following these instructions:
Link and execute external JavaScript file hosted on GitHub
I cannot figure out a way to have a master link to my file that updates as I commit edits. I can't use a commit hash, because that changes every time. I just want the URL to my javascript file to always reflect the latest commit and I cannot figure it out.