-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generic GithubAction to sync dists with gh releases #503
Labels
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
P2
Medium: Good to have, but can wait until someone steps up
Comments
Thanks for creating this :) I've added this to the list of issues to tackle once the bootcamp is over (next Monday I believe). |
When you get to this, make sure to include fix from ipfs/kubo#8588 and checksum verification from ipfs/kubo#8587 :) |
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
P2
Medium: Good to have, but can wait until someone steps up
Petar created workflow for synchronizing go-ipfs assets from dist.ipfs.io and attaching any missing ones to Github Release in go-ipfs repo (ipfs/kubo#8494)
I reused it in libp2p/go-libp2p-relay-daemon#11 for https://github.com/libp2p/go-libp2p-relay-daemon
To avoid copy&paste of this workflows propagating across all repos from dist.ipfs.io, we may want to turn the script from ipfs/kubo#8588 into a standalone github action, and switch both go-ipfs and libp2p-release-daemon to import it.
cc @galargh @BigLep this sounds like a good task for improving devexp :)
The text was updated successfully, but these errors were encountered: