Skip to content

Commit

Permalink
Update the format of turing srtool output
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 committed Jul 26, 2023
1 parent a800c99 commit b15936b
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 b15936b

Please sign in to comment.