You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty much every release, folks join the Slack channel looking for the binaries/container images for the latest release. Some complain that they can't find them in the usual place anymore (core/contrib repos), only to be directed to the releases repository. I had a lame attempt of addressing this by changing the release's description for those repositories to link to the releases one, but that didn't solve the problem.
I would like to gather ideas on how to solve this problem. Our users deserve to be able to find the released artifacts without having to know about the releases repo, but how can we do it?
Perhaps the release action in the releases repo should be able to upload artifacts to the core and contrib repositories?
Or we should keep a table with the most popular artifacts as part of the readme, and updated at every release by the release script?
Something else?
The text was updated successfully, but these errors were encountered:
The core distribution depends on components from contrib. So, the option is really only about having the artifacts being generated as part of the contrib release process. The original idea for the -releases is to make it easier to break and decentralize contrib in the future, but if we can make the current process better by joining -releases into -contrib, I'm open to considering it.
Pretty much every release, folks join the Slack channel looking for the binaries/container images for the latest release. Some complain that they can't find them in the usual place anymore (core/contrib repos), only to be directed to the releases repository. I had a lame attempt of addressing this by changing the release's description for those repositories to link to the releases one, but that didn't solve the problem.
I would like to gather ideas on how to solve this problem. Our users deserve to be able to find the released artifacts without having to know about the releases repo, but how can we do it?
The text was updated successfully, but these errors were encountered: