Skip to content

Commit 6fd693e

Browse files
EgorPopelyaevfranciscoaguirregithub-actions[bot]
authored
[stable2506] Post crates release updates (#9218)
This PR's merges back to the branch stable2506 crates versions, spec_version, node version bumps and prdocs reordering --------- Co-authored-by: Francisco Aguirre <[email protected]> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21afdb7 commit 6fd693e

File tree

602 files changed

+15348
-10171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

602 files changed

+15348
-10171
lines changed

.github/workflows/check-semver.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,29 @@ jobs:
6666
echo "PRDOC_EXTRA_ARGS=--max-bump minor" >> $GITHUB_ENV
6767
6868
- name: Echo Skip
69-
if: ${{ contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
70-
run: echo "Skipping this PR because it is labeled as R0-silent."
69+
if: ${{ contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }}
70+
run: echo "Skipping this PR because it is labeled as R0-no-crate-publish-required."
7171

7272
- name: Rust Cache
73-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
73+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }}
7474
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7575
with:
7676
cache-on-failure: true
7777

7878
- name: Rust compilation prerequisites
79-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
79+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }}
8080
run: |
8181
rustup default $TOOLCHAIN
8282
rustup target add wasm32-unknown-unknown --toolchain $TOOLCHAIN
8383
rustup component add rust-src --toolchain $TOOLCHAIN
8484
8585
- name: Install parity-publish
86-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
86+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }}
8787
# Set the target dir to cache the build.
8888
run: CARGO_TARGET_DIR=./target/ cargo install [email protected] --locked -q
8989

9090
- name: Get original PR number
91-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
91+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }}
9292
shell: bash
9393
env:
9494
PR_TITLE: ${{ github.event.pull_request.title }}
@@ -108,7 +108,7 @@ jobs:
108108
echo "PR_NUMBER=$original_pr_number" >> $GITHUB_ENV
109109
110110
- name: Check semver
111-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }}
111+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }}
112112
env:
113113
PRDOC_EXTRA_ARGS: ${{ env.PRDOC_EXTRA_ARGS }}
114114
PR: ${{ env.PR_NUMBER }}

.github/workflows/release-srtool.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
chain: ${{ matrix.chain }}
7979
runtime_dir: ${{ matrix.runtime_dir }}
8080
profile: ${{ inputs.profile }}
81+
tag: "1.84.1"
8182

8283
- name: Summary
8384
run: |

0 commit comments

Comments
 (0)