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
Some IPFS repos such as https://github.com/ipfs/go-ipfs-blockstore have released a v1, but we actually don't intend to follow idiomatic semver on those, because we intent to release breaking minor version releases to avoid a v2 bump and then the subsequent import path change. This indicates that they are not really v1, but a v0 fork.
So we need to:
Identify all the repos incorrectly released as v1
Add a warning at the top of each repo's README describing that it doesn't follow standard semver (minor version v1 releases can still be breaking)
Checklist
Description
Some IPFS repos such as https://github.com/ipfs/go-ipfs-blockstore have released a v1, but we actually don't intend to follow idiomatic semver on those, because we intent to release breaking minor version releases to avoid a v2 bump and then the subsequent import path change. This indicates that they are not really v1, but a v0 fork.
So we need to:
The text was updated successfully, but these errors were encountered: