I use my custom package like this:
“dependencies”: {
“com.a.a":"git@github.com:name/package.git”
}
I make tags like 1.1.0 to mark version.
But i found the only “https:” git url can add tag like #1.1.0 on the end of the url.
Can i add #1.1.0 on the end of “git@” start url?
And,what should i do to select version in the package manager?