Hi,
the title pretty much says it all. I have an unregistered package not ready for being published and would still like to be able to install specific versions using tags.
I know I could use branches via Pkg.checkout("MyPackage", branch = "0.0.1")
but that is rather hackish as the ‘real’ versioning system relies on tags.
So, after cloning my package, how do I install a tagged version/release?
Best,
Kevin