library-defold-rendy icon indicating copy to clipboard operation
library-defold-rendy copied to clipboard

Please make a release on Github! So it’s easier to link to specific versions.

Open subsoap opened this issue 1 year ago • 4 comments

subsoap avatar Oct 23 '24 16:10 subsoap

I don't see any good reason to add a release, since there would only be one, which is the same as the main branch. It's just a slightly different URL.

I guess in the future I could add releases if the library or engine changes in such a way that it would be useful to differentiate between updates.

whiteboxdev avatar Oct 25 '24 20:10 whiteboxdev

I don't see any good reason to add a release, since there would only be one, which is the same as the main branch. It's just a slightly different URL.

I guess in the future I could add releases if the library or engine changes in such a way that it would be useful to differentiate between updates.

the point of creating a release now is so if things do change in a breaking way later on people's projects don't break with it in an annoying way

subsoap avatar Oct 30 '24 01:10 subsoap

Bump up - it would be great to create a release! 🙏

aglitchman avatar Apr 12 '25 11:04 aglitchman

Just as an FYI since I stumbled upon this issue, you can pin any commit as a release

like for the current newest commit:

https://github.com/whiteboxdev/library-defold-rendy/archive/250c3ac1341c94f5877f99b6de2b49c5123a4ae7.zip

Even if the author decides to update, your Defold will not use anything but the commit specified here

atomicptr avatar Jul 20 '25 14:07 atomicptr