Skip to content

Releases: filecoin-project/builtin-actors

489e0efea41084c2

19 Apr 10:08
489e0ef
Compare
Choose a tag to compare
publish bundle hashes as part of the release (#249)

37ad94effadab2c6

19 Apr 10:19
37ad94e
Compare
Choose a tag to compare
publish bundle hashes as part of the release (#250)

e26b1e550fd27911

18 Apr 16:34
e26b1e5
Compare
Choose a tag to compare
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

18 Apr 15:53
b15df2e
Compare
Choose a tag to compare
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

18 Apr 13:06
7fef28d
Compare
Choose a tag to compare
Feat/publish bundle (#243)

* add workflow to publish release bundles on certain branches

master, release/*, and experimental/* are the blessed ones

* fix workflow trigger