From 8651573323c4191931e12cf9f1ed5feabf5a4989 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 7 Dec 2022 00:06:23 +0100 Subject: [PATCH] Two small cleanups before the release (#257) * chore: add back Cargo.lock to .gitignore This change should've been done when the Cargo.lock was removed. * chore: name correct branch in RELEASE.md And remove some trailing whitespace. --- .gitignore | 1 + RELEASE.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc563fb6..bda71a26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target +Cargo.lock *.bk .idea diff --git a/RELEASE.md b/RELEASE.md index 806d6ebf..e5284a2b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -27,11 +27,11 @@ becomes: Publishing on crates.io, bumping version & generating tags is done using [`cargo-release`](https://github.com/crate-ci/cargo-release). -This requires the following permissions +This requires the following permissions - on github.com/multiformats/rust-multihash - - creating tags - - pushing to `main` + - creating tags + - pushing to `master` - on crates.io - publish access to all published crates