This repository should have regularly released versions which consuming projects can depend on.
Open
- Dominant language
- Go
- Stars
- 34
- Forks
- 11
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 5
Description
Things like `go get` and `go get -u` work best when there are released versions of the Go module. It more clearly reflects intent, works better with automated tools like `dependabot` and is generally standard practice across the ecosystem. Releasing a Go library that relies on Go module pseudo versions to consume is not great.
See the linked comment in https://github.com/dolthub/dolt/pull/10453 for some ideas on how this could work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.