From 4aed15ec20a323d63b8ca4815301e0286016365c Mon Sep 17 00:00:00 2001 From: Roman Useinov Date: Wed, 21 Jun 2023 12:47:37 +0200 Subject: [PATCH 1/4] [Fix] Cargo.toml for publishing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a7b5e0529ed..d1c8f41ba812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021" license = "MIT OR Apache-2.0" +description = "Rust Filecoin implementation" +readme = "README.md" [dependencies] ahash = "0.8" From f73a93c98297222d26676b3960ed5389e196a4ab Mon Sep 17 00:00:00 2001 From: Roman Useinov Date: Wed, 21 Jun 2023 12:50:37 +0200 Subject: [PATCH 2/4] fix descr --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1c8f41ba812..590a47988365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021" license = "MIT OR Apache-2.0" -description = "Rust Filecoin implementation" +description = "Rust Filecoin implementation." readme = "README.md" [dependencies] From 995f10c89948a65ebc28ee7ee52a412d6cc96187 Mon Sep 17 00:00:00 2001 From: Roman Useinov Date: Wed, 21 Jun 2023 13:00:52 +0200 Subject: [PATCH 3/4] minor fix --- documentation/src/developer_documentation/release_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/developer_documentation/release_checklist.md b/documentation/src/developer_documentation/release_checklist.md index 2fb38e80e6fa..2f063df3a17a 100644 --- a/documentation/src/developer_documentation/release_checklist.md +++ b/documentation/src/developer_documentation/release_checklist.md @@ -20,7 +20,7 @@ in case of absence, passing the task to a different team member. 4. Once the changes in step 1 and step 2 have been merged, tag the commit with the new version number. The version tag should start with a lowercase 'v'. Example: v0.4.1 -5. Publish new crates on crates.io according to the +5. Publish the new crate on crates.io according to the [manual](https://doc.rust-lang.org/cargo/reference/publishing.html). 6. Go to https://github.com/ChainSafe/forest/releases/new and create a new release. Use the tag created in step 4, follow the title convention of the From 624e8005d948fd4257b06de30e1e3d5ce7ab6eca Mon Sep 17 00:00:00 2001 From: Roman Useinov Date: Wed, 21 Jun 2023 13:16:45 +0200 Subject: [PATCH 4/4] Update Cargo.toml Co-authored-by: Aatif Syed <38045910+aatifsyed@users.noreply.github.com> --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 590a47988365..6ae9d04496f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ repository = "https://github.com/ChainSafe/forest" edition = "2021" license = "MIT OR Apache-2.0" description = "Rust Filecoin implementation." -readme = "README.md" [dependencies] ahash = "0.8"