diff --git a/prdoc/pr_6604.prdoc b/prdoc/pr_6604.prdoc
index dc198287ff679ac7b03d2239eae1f4dd80f71c9e..23de9d005a34196afe6a8e111eff21277420e85f 100644
--- a/prdoc/pr_6604.prdoc
+++ b/prdoc/pr_6604.prdoc
@@ -1,106 +1,107 @@
 title: 'dmp: Check that the para exist before delivering a message'
 doc:
-- audience: Runtime Dev
-  description: |
-    Ensure that a para exists before trying to deliver a message to it. 
-    Besides that `ensure_successful_delivery` function is added to `SendXcm`. This function
-    should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
+  - audience: Runtime Dev
+    description: |
+      Ensure that a para exists before trying to deliver a message to it. 
+      Besides that `ensure_successful_delivery` function is added to `SendXcm`. This function
+      should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
+
 crates:
-- name: polkadot-runtime-parachains
-  bump: major
-- name: polkadot-runtime-common
-  bump: major
-- name: polkadot-parachain-primitives
-  bump: major
-- name: rococo-runtime
-  bump: major
-- name: westend-runtime
-  bump: major
-- name: pallet-xcm-benchmarks
-  bump: major
-- name: pallet-xcm
-  bump: major
-- name: cumulus-pallet-parachain-system
-  bump: major
-- name: staging-xcm
-  bump: major
-- name: staging-xcm-builder
-  bump: major
-- name: bridge-runtime-common
-  bump: major
-- name: pallet-xcm-bridge-hub-router
-  bump: major
-- name: pallet-xcm-bridge-hub
-  bump: major
-- name: snowbridge-pallet-inbound-queue
-  bump: major
-- name: snowbridge-pallet-system
-  bump: major
-- name: snowbridge-core
-  bump: major
-- name: snowbridge-router-primitives
-  bump: major
-- name: snowbridge-runtime-common
-  bump: major
-- name: snowbridge-runtime-test-common
-  bump: major
-- name: cumulus-pallet-dmp-queue
-  bump: major
-- name: cumulus-pallet-xcmp-queue
-  bump: major
-- name: parachains-common
-  bump: major
-- name: asset-hub-rococo-runtime
-  bump: major
-- name: asset-hub-westend-runtime
-  bump: major
-- name: assets-common
-  bump: major
-- name: bridge-hub-rococo-runtime
-  bump: major
-- name: bridge-hub-westend-runtime
-  bump: major
-- name: bridge-hub-common
-  bump: major
-- name: collectives-westend-runtime
-  bump: major
-- name: contracts-rococo-runtime
-  bump: major
-- name: coretime-rococo-runtime
-  bump: major
-- name: coretime-westend-runtime
-  bump: major
-- name: glutton-westend-runtime
-  bump: major
-- name: people-rococo-runtime
-  bump: major
-- name: people-westend-runtime
-  bump: major
-- name: penpal-runtime
-  bump: major
-- name: rococo-parachain-runtime
-  bump: major
-- name: polkadot-parachain-bin
-  bump: major
-- name: cumulus-primitives-core
-  bump: major
-- name: cumulus-primitives-utility
-  bump: major
-- name: polkadot-service
-  bump: major
-- name: staging-xcm-executor
-  bump: major
-- name: xcm-runtime-apis
-  bump: major
-- name: xcm-simulator-example
-  bump: major
-- name: pallet-contracts
-  bump: major
-- name: pallet-contracts-mock-network
-  bump: major
-- name: pallet-revive
-  bump: major
-- name: pallet-revive-mock-network
-  bump: major
-- name: polkadot-sdk
-  bump: major
+  - name: polkadot-runtime-parachains
+    bump: major
+  - name: polkadot-runtime-common
+    bump: major
+  - name: polkadot-parachain-primitives
+    bump: major
+  - name: rococo-runtime
+    bump: major
+  - name: westend-runtime
+    bump: major
+  - name: pallet-xcm-benchmarks
+    bump: major
+  - name: pallet-xcm
+    bump: major
+  - name: cumulus-pallet-parachain-system
+    bump: major
+  - name: staging-xcm
+    bump: major
+  - name: staging-xcm-builder
+    bump: major
+  - name: bridge-runtime-common
+    bump: major
+  - name: pallet-xcm-bridge-hub-router
+    bump: major
+  - name: pallet-xcm-bridge-hub
+    bump: major
+  - name: snowbridge-pallet-inbound-queue
+    bump: major
+  - name: snowbridge-pallet-system
+    bump: major
+  - name: snowbridge-core
+    bump: major
+  - name: snowbridge-router-primitives
+    bump: major
+  - name: snowbridge-runtime-common
+    bump: major
+  - name: snowbridge-runtime-test-common
+    bump: major
+  - name: cumulus-pallet-dmp-queue
+    bump: major
+  - name: cumulus-pallet-xcmp-queue
+    bump: major
+  - name: parachains-common
+    bump: major
+  - name: asset-hub-rococo-runtime
+    bump: major
+  - name: asset-hub-westend-runtime
+    bump: major
+  - name: assets-common
+    bump: major
+  - name: bridge-hub-rococo-runtime
+    bump: major
+  - name: bridge-hub-westend-runtime
+    bump: major
+  - name: bridge-hub-common
+    bump: major
+  - name: collectives-westend-runtime
+    bump: major
+  - name: contracts-rococo-runtime
+    bump: major
+  - name: coretime-rococo-runtime
+    bump: major
+  - name: coretime-westend-runtime
+    bump: major
+  - name: glutton-westend-runtime
+    bump: major
+  - name: people-rococo-runtime
+    bump: major
+  - name: people-westend-runtime
+    bump: major
+  - name: penpal-runtime
+    bump: major
+  - name: rococo-parachain-runtime
+    bump: major
+  - name: polkadot-parachain-bin
+    bump: major
+  - name: cumulus-primitives-core
+    bump: major
+  - name: cumulus-primitives-utility
+    bump: major
+  - name: polkadot-service
+    bump: major
+  - name: staging-xcm-executor
+    bump: major
+  - name: xcm-runtime-apis
+    bump: major
+  - name: xcm-simulator-example
+    bump: major
+  - name: pallet-contracts
+    bump: major
+  - name: pallet-contracts-mock-network
+    bump: major
+  - name: pallet-revive
+    bump: major
+  - name: pallet-revive-mock-network
+    bump: major
+  - name: polkadot-sdk
+    bump: major
diff --git a/prdoc/pr_7013.prdoc b/prdoc/pr_7013.prdoc
index 138fa7f2310221b4023eca54ff646aaadd728c49..5e8290043fa1dfa40e39400d0f2a027faaeb3c98 100644
--- a/prdoc/pr_7013.prdoc
+++ b/prdoc/pr_7013.prdoc
@@ -1,7 +1,7 @@
 title: 'pallet-bounties: Fix benchmarks for 0 ED'
 doc:
-- audience: Runtime Dev
-  description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
+  - audience: Runtime Dev
+    description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
 crates:
-- name: pallet-bounties
-  bump: patch
+  - name: pallet-bounties
+    bump: patch
diff --git a/prdoc/pr_7050.prdoc b/prdoc/pr_7050.prdoc
index da9dd808033d02b8e51d1beac4f0cf218b926c87..213a5ae1bf2af0c36c73869d34bf39d9a8cb2862 100644
--- a/prdoc/pr_7050.prdoc
+++ b/prdoc/pr_7050.prdoc
@@ -1,11 +1,11 @@
 title: Avoid incomplete block import pipeline with full verifying import queue
 doc:
-- audience: Node Dev
-  description: |-
-    When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule.
-    Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected.
+  - audience: Node Dev
+    description: |-
+      When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule.
+      Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected.
+      The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync.
 
-    The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync.
 crates:
-- name: cumulus-client-consensus-aura
-  bump: patch
+  - name: cumulus-client-consensus-aura
+    bump: patch
diff --git a/prdoc/pr_7089.prdoc b/prdoc/pr_7089.prdoc
index 5e5e92657debad3e478352c141e68b617ea7a879..23cb5f5689d2bb27ca7f87ca8b6c5025f6af090e 100644
--- a/prdoc/pr_7089.prdoc
+++ b/prdoc/pr_7089.prdoc
@@ -1,11 +1,11 @@
 # Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
 # See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
 
-title: [stable2409] Backport Snowbridge - Support bridging native ETH
+title: '[stable2409] Backport Snowbridge - Support bridging native ETH'
 
 doc:
   - audience: Runtime User
-    description: 
+    description: |
       Support Native ETH as an asset type instead of only supporting WETH. WETH is still supported, but adds
       support for ETH in the inbound and outbound routers.
 
diff --git a/prdoc/pr_7116.prdoc b/prdoc/pr_7116.prdoc
index 95a5254778a4d3add09d9219f3d170beb4f9f8dd..8e6bbd3da7e19911aa679b9ee2644190063eb725 100644
--- a/prdoc/pr_7116.prdoc
+++ b/prdoc/pr_7116.prdoc
@@ -1,8 +1,9 @@
 title: Increase the number of pvf execution workers from 2 to 4
 doc:
-- audience: Node Dev
-  description: |-
-    Increase the number of pvf execution workers from 2 to 4.
+  - audience: Node Dev
+    description: |-
+      Increase the number of pvf execution workers from 2 to 4.
+
 crates:
-- name: polkadot-service
-  bump: patch
+  - name: polkadot-service
+    bump: patch
diff --git a/prdoc/pr_7158.prdoc b/prdoc/pr_7158.prdoc
index e113a7fdcd1c56ec37227db9282df0acc576e2bb..3eb63e92a12703ee4902f81681fa8c82663a3ea2 100644
--- a/prdoc/pr_7158.prdoc
+++ b/prdoc/pr_7158.prdoc
@@ -8,5 +8,5 @@ doc:
       While at it, have registered a new inbound failure metric to have visibility into this.
 
 crates:
-- name: sc-network
-  bump: patch
+  - name: sc-network
+    bump: patch