tags - Can I add a git release as a submodule? -
i have binary files in github release tag, think not cloneable. in git repo i'd add these binary files (they dependencies) submodule, can updated easily. dont want submit binaries first repository if possible.
how do this?
from understand, git releases separate regular git repo, other git repo cannot directly reference them.
all version script able releases first repo @ right tag, using github api releases.
Comments
Post a Comment