ipfs / distributions

Legacy dist.ipfs.tech website and artifact build tools. Currently only used for notarizing builds of Kubo and IPFS Cluster.
https://dist.ipfs.tech
MIT License
48 stars 32 forks source link

Keep release candidates #257

Open olizilla opened 5 years ago

olizilla commented 5 years ago

The automation to keep the npm go-ipfs-dep module up to date is failing as it can't download v0.4.22-rc1 any more.

https://github.com/ipfs/npm-go-ipfs-dep/runs/192130163

Can we keep release candidates in the all versions list? It would make things easier if that automation could assume that https://dist.ipfs.io/go-ipfs/versions was an append only list.

Stebalien commented 5 years ago

We usually delete them as dists gets too large without them. How about:

  1. Keeping RCs for one release cycle for now.
  2. Fix https://github.com/ipfs/distributions/issues/260.
  3. Then keep everything.