Skip to content

Commit a65df6b

Browse files
committed
docs: fmt
1 parent fd258e8 commit a65df6b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.changelog/v0.29.0/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*Feb 17, 2023*
22

3-
This release features modularity improvements for the cryptographic routines, as well as fixes related to block verification and the use of consensus-friendly ed25519 crate.
3+
This release features modularity improvements for the cryptographic routines, as well as fixes related to block verification and the use of a consensus-friendly ed25519 crate.

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ Our release process is as follows:
180180
2. Push this to a branch `release/vX.Y.Z` according to the version number of the
181181
anticipated release (e.g. `release/v0.17.0`) and open a **draft PR**.
182182
3. Bump all relevant versions in the codebase to the new version and push these
183-
changes to the release PR. This includes:
184-
1. All `Cargo.toml` files (making sure dependencies' versions are updated
185-
too).
183+
changes to the release PR. This includes all `Cargo.toml` files (making sure
184+
dependencies' versions are updated too).
186185
4. Run `cargo doc --all-features --open` locally to double-check that all the
187186
documentation compiles and seems up-to-date and coherent. Fix any potential
188187
issues here and push them to the release PR.

0 commit comments

Comments
 (0)