jfrog / gocenter

The Github README for JFrog Go-center. Use this for reporting issues
https://gocenter.io
Apache License 2.0
164 stars 23 forks source link

I wonder how this 'gocenter' makes each module has their only version #1

Closed alexcdever closed 5 years ago

alexcdever commented 5 years ago

I wonder if some modules' creator didn't setup release tag for version, would gocenter add it?

jbaruch commented 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.

alexcdever commented 5 years ago

Got it, thanks to reply 👍

elioengcomp commented 5 years ago

@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.

alexcdever commented 5 years ago

Thank you for answering my question. You are so nice!

elioengcomp commented 5 years ago

You are more than welcome! ;)

elioengcomp commented 5 years ago

@alex-czp I'm closing this issue. Please don't hesitate to reopen it or open a new one if you have additional questions.