Skip to content

Commit

Permalink
line wrapping
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Feb 27, 2025
1 parent 577fb19 commit fe55076
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions umbrella/MAINTAIN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
`polkadot-sdk` should be updated when another crate is added to or removed from the workspace. There is a CI check to ensure that it is in sync with the [polkadot-sdk](https://github.com/paritytech/polkadot-sdk) workspace.​
`polkadot-sdk` should be updated when another crate is added to or removed from the workspace. There
is a CI check to ensure that it is in sync with the
[Polkadot-sdk](https://github.com/paritytech/polkadot-sdk) workspace.​

All the code in this crate is generated by [`./scripts/generate-umbrella.py`](../scripts/generate-umbrella.py). We strongly recommend using the script for updating rather than editing the files manually. Running the script requires [`toml`](https://pypi.org/project/toml/) and [`cargo-workspace>=2.2.6`](https://pypi.org/project/cargo-workspace/).​
All the code in this crate is generated by
[`./scripts/generate-umbrella.py`](../scripts/generate-umbrella.py). We strongly recommend using the
script for updating rather than editing the files manually. Running the script requires
[`toml`](https://pypi.org/project/toml/) and
[`cargo-workspace>=2.2.6`](https://pypi.org/project/cargo-workspace/).​ ​
```shell​
$ python3 ./scripts/generate-umbrella.py --sdk . --version 0.1.0​
python3 ./scripts/generate-umbrella.py --sdk . --version 0.1.0​
```

0 comments on commit fe55076

Please sign in to comment.