Skip to content

Commit

Permalink
Update the format of turing srtool output (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 authored Jul 31, 2023
1 parent d15fe71 commit 8d9ae59
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .maintain/generate-release-notes
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ generate_srtool_block() {

cat <<-EOF
\`\`\`
Rust : $rust
Version : $spec ($extended)
Size : $size
Proposal : $proposal
IPFS : $ipfs
BLAKE2_256 : $blake2_256
Rust : $rust
Spec version : $spec_version
Impl version : $impl_version
Tx version : $transaction_version
Size : $size
Proposal : $proposal
IPFS : $ipfs
BLAKE2_256 : $blake2_256
\`\`\`
EOF
}
Expand Down

0 comments on commit 8d9ae59

Please sign in to comment.