mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 22:27:56 +00:00
Move scripts used in CI to the new location (#11008)
Move scripts used in CI to the new location - **./scripts/ci/** * Move github scripts * Move more files * Move ci scripts and fix dependencies * Update docs/node-template-release.md Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> * Remove Cargo.lock * Apply suggestions from code review Co-authored-by: Denis Pisarev <denis.pisarev@parity.io> * Make more paths uniform Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> Co-authored-by: Denis Pisarev <denis.pisarev@parity.io>
This commit is contained in:
committed by
GitHub
parent
42484508d7
commit
46891e849f
@@ -7,7 +7,7 @@ the existence of your current git commit ID in the remote repository.
|
||||
Assume you are in root directory of Substrate. Run:
|
||||
|
||||
```bash
|
||||
cd .maintain/
|
||||
cd scripts/ci/
|
||||
./node-template-release.sh <output tar.gz file>
|
||||
```
|
||||
|
||||
@@ -50,7 +50,7 @@ commit in Substrate remote repository, such as:
|
||||
```
|
||||
|
||||
P.S: This step can be automated if we update `node-template-release` package in
|
||||
`.maintain/node-template-release`.
|
||||
`scripts/ci/node-template-release`.
|
||||
|
||||
4. Once the three `Cargo.toml`s are updated, compile and confirm that the Node Template builds. Then
|
||||
commit the changes to a new branch in [Substrate Node Template](https://github.com/substrate-developer-hub/substrate-node-template), and make a PR.
|
||||
|
||||
Reference in New Issue
Block a user