Releases: filecoin-project/builtin-actors
Releases · filecoin-project/builtin-actors
489e0efea41084c2
publish bundle hashes as part of the release (#249)
37ad94effadab2c6
publish bundle hashes as part of the release (#250)
e26b1e550fd27911
fix(Makefile): add a delay between cargo publish steps (#157) crates.io is async, so publishing will fail if we immediately publish a second crate after publishing the first. There are definitely more reliable ways to fix this, but this is "good enough" for a makefile. It's idempotent anyways...
b15df2ed488041a6
add workflow to publish release bundles (#244) * add workflow to publish release bundles on certain branches master, release/*, and experimental/* are the blessed ones * keep the build step in the default workflow * apply suggestions from code review Co-authored-by: raulk <[email protected]>
7fef28d05c12af57
Feat/publish bundle (#243) * add workflow to publish release bundles on certain branches master, release/*, and experimental/* are the blessed ones * fix workflow trigger