Last active
October 24, 2019 09:56
-
-
Save Josef212/ae2310a2996849f4bb6fdbb1b6fdaf97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git subtree split --prefix=Path/To/Package/Folder --branch upm | |
git tag X.Y.Z upm | |
git push origin upm --tags | |
# https://docs.unity3d.com/Manual/cus-layout.html | |
# https://docs.unity3d.com/Manual/upm-manifestPkg.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment