serializereferenceeditor icon indicating copy to clipboard operation
serializereferenceeditor copied to clipboard

Add a git tag for each version

Open scho opened this issue 3 years ago • 0 comments

Would it be possible to add a git tag for each version so that it's possible to reference a certain version in the Unity package manager?

E.g. the following URL could be used to use a specific version: https://github.com/elmortem/serializereferenceeditor.git#v1.1.0

Otherwise, someone might run into suddenly having breaking changes, even though the package was not updated inside the package manager.

As a workaround, someone could of course always use a commit hash: https://github.com/elmortem/serializereferenceeditor.git#5d4c933a99c525e49a0c0f152f6fc7cadefd5492

scho avatar Jan 26 '23 12:01 scho