Skip to content
Snippets Groups Projects
Commit dbb3a1ec authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

wip tmp

parent bd283034
No related branches found
No related tags found
1 merge request!114document bootstrap process
This commit is part of merge request !114. Comments created here will be created in the context of that merge request.
...@@ -13,7 +13,7 @@ In order to build in a standardized environment, you need Docker. ...@@ -13,7 +13,7 @@ In order to build in a standardized environment, you need Docker.
When launching a new network, you're likely to use a new runtime. See how to [release a new runtime](./release-new-runtime.md). When launching a new network, you're likely to use a new runtime. See how to [release a new runtime](./release-new-runtime.md).
### Inject runtime code in chainspec ### Inject runtime in chainspec
FIXME order? FIXME order?
Once you updated your session keys, inject the runtime code built with srtool inside the raw chainspec file. Once you updated your session keys, inject the runtime code built with srtool inside the raw chainspec file.
......
...@@ -38,4 +38,4 @@ This command does the following things (use your system monitor to track the pro ...@@ -38,4 +38,4 @@ This command does the following things (use your system monitor to track the pro
1. Generate release notes using the template in `xtask/res` 1. Generate release notes using the template in `xtask/res`
1. Publish the release with the notes on GitLab using your `GITLAB_TOKEN` 1. Publish the release with the notes on GitLab using your `GITLAB_TOKEN`
This release will trigger a GitLab CI publishing a docker image (TODO of what?). This release will trigger a GitLab CI publishing a docker image of the Substrate client with embeded runtime.
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment