Skip to content

Commit aff0019

Browse files
EgorPopelyaevggwpezparitytech-release-backport-bot[bot]athei
authored
[stable2503] Post crates release adjustments (#9009)
Reordering of the prdocs and clean up after crates release to meet the pipeline requirements --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: paritytech-release-backport-bot[bot] <191369287+paritytech-release-backport-bot[bot]@users.noreply.github.com> Co-authored-by: Alexander Theißen <alex.theissen@me.com>
1 parent 4c8549e commit aff0019

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.10.4
2-
# command: parity-publish plan --prdoc prdoc/stable2503-7
2+
# command: parity-publish plan --prdoc prdoc/stable2503-7/pr_8980.prdoc
33

44
[options]
55

@@ -476,9 +476,9 @@ reason = "changed"
476476
[[crate]]
477477
# substrate/frame/revive/fixtures
478478
name = "pallet-revive-fixtures"
479-
from = "0.2.0"
480-
to = "0.3.0"
481-
bump = "major"
479+
from = "0.3.0"
480+
to = "0.3.1"
481+
bump = "patch"
482482
reason = "changed"
483483

484484
[[crate]]

prdoc/stable2503-7/pr_8980.prdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Fix revive-fixtures build script
2+
doc:
3+
- audience: Runtime Dev
4+
description: |-
5+
Fix compilation issue with pallet-revive-fixtures build.rs script.
6+
crates:
7+
- name: pallet-revive-fixtures
8+
bump: patch

substrate/frame/revive/fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-revive-fixtures"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)