I wrote a jquery plugin. I want to upload it to a github public repo so that developers can use is like so:
<script type="text/javascript" src="https://raw.githubusercontent.com/davidstutz/bootstrap-multiselect/master/dist/js/bootstrap-multiselect.js"></script>
So far no issue.
But, I want to support versions so developers can do this
I can tag the repo with tags but access to the version file is via the commit and not the tag so the link is very not friendly:
<script type="text/javascript" src="https://raw.githubusercontent.com/davidstutz/bootstrap-multiselect/5shadf2346asdjfhaskdjhf234/dist/js/bootstrap-multiselect.js"></script>
I'm open to other suggestions that don't include github.