Skip to content

Commit fe44851

Browse files
authored
Remove --tmp flag from instructions (#172)
This flag got removed from Substrate a while ago. Related issue: use-ink/ink#1007
1 parent fcc75b2 commit fe44851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ Once the node template is running locally, you can connect to it with frontends
8787
here is actually not important: since Substrate uses git references for its Substrate
8888
dependencies it means that once one package is updated all are.
8989
- [ ] Increment the minor version number in `node/Cargo.toml` and `runtime/Cargo.toml`.
90-
- [ ] Execute `cargo run --release -- --tmp`. If successful, it should produce blocks
90+
- [ ] Execute `cargo run --release`. If successful, it should produce blocks
9191
and a new, up to date, `Cargo.lock` will be created.
9292
- [ ] Update this readme with the hash of the Substrate `master` commit
9393
with which you synchronized. The hash appears two times in this
94-
readme.
94+
readme.
9595
- [ ] Create a PR with the changes, have it reviewed and merged.
9696
- [ ] Replace `XX` in this command with your incremeted version number and execute it:
9797
`git checkout main && git pull && git tag v0.XX.0 && git push origin v0.XX.0`.
98-
This will push a new tag with the version number to this repository.
98+
This will push a new tag with the version number to this repository.
9999
- [ ] We have set this repository up in a way that tags à la `vX.X.X` trigger
100100
a CI run that creates a GitHub draft release. You can observe CI runs on
101101
[GitLab](https://gitlab.parity.io/parity/mirrors/substrate-contracts-node/-/pipelines).

0 commit comments

Comments
 (0)