Skip to content

Commit

Permalink
Fixes release notes generation (#161)
Browse files Browse the repository at this point in the history
- [x] Does not require a CHANGELOG entry

Closes: #66

---------

Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
bkchr and fellowship-merge-bot[bot] authored Mar 13, 2024
1 parent 845da76 commit 5bf21d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ jobs:
*These runtimes were built with **$(SRTOOL rustc)** using **[$(SRTOOL gen)](https://github.com/paritytech/srtool)***
To replicate the build, use the following command:
```sh
srtool build \
--root --profile production \
--package CRATE_NAME --runtime-dir PATH_TO_CRATE \
\`\`\`sh
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
```
\`\`\`
EOF
for JSON in $(<<<$CONTEXT sort -sr)
Expand Down

0 comments on commit 5bf21d7

Please sign in to comment.