com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

Better Git tag pattern

Open favoyang opened this issue 4 years ago • 1 comments

Feedback

All old releases are prefixed with "v", but not for the new API releases. It could be confusing to remember which one is the new API tag (with/without v?)

Suggested Changes

Could you change it to a more readable Git tag pattern

  • vx.y.z for old API releases.
  • new-mlapi/x.y.z or develop/x.y.z for new API releases.

favoyang avatar Mar 24 '21 15:03 favoyang

@ashwinimurt I didn't want to do this back when the only option we had was something like new-mlapi/x.y.z, but maybe we could dual-tag releases with x.y.z AND ngo/x.y.z. What do you think?

JesseOlmer avatar Aug 10 '22 22:08 JesseOlmer

Done (starting with 1.0.0). https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/tags

ashwinimurt avatar Aug 25 '22 16:08 ashwinimurt