Skip to content

Commit

Permalink
Two small cleanups before the release (#257)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
vmx authored Dec 6, 2022
1 parent 048d235 commit 8651573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
Cargo.lock
*.bk
.idea
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8651573

Please sign in to comment.