I have a small PHP framework which I want to make available for download. It is located in a git repository. But the last version is not always the one that I want to make available for download. Is there some place I can make the versions available for download.
Another thing about this framework is that I bring out additional components for the framework. These also have different versions.
Is there somewhere where I can add the whole project, and people can browse trough everything and download what they need.
Or should I make this myself?