Closed alexcdever closed 5 years ago
We won't include modules without release tags automatically. If they are requested manually (that means someone wants to use that module), we'll assign a v0.0.0-timestamp-commithash
autogenerated version to the package we build. That's exactly how Go modules are generated by the go
client.
Got it, thanks to reply 👍
@alex-czp in addition to what was described by @jbaruch, any other commit hash being used as a dependency by another module will also be added to GoCenter in order to make the resolution of that module possible.
Thank you for answering my question. You are so nice!
You are more than welcome! ;)
@alex-czp I'm closing this issue. Please don't hesitate to reopen it or open a new one if you have additional questions.
I wonder if some modules' creator didn't setup release tag for version, would
gocenter
add it?