Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix release report generation script
  • Loading branch information
muharem committed Sep 5, 2022
commit 993756858e8bd39ffab80c627f2bb0c285678270
4 changes: 2 additions & 2 deletions scripts/ci/changelog/bin/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ else
{ name: "statemine", data: $srtool_statemine[0] },
{ name: "statemint", data: $srtool_statemint[0] },
{ name: "rococo", data: $srtool_rococo_parachain[0] },
{ name: "contracts", data: $srtool_contracts_rococo[0] }
{ name: "polkadot-collectives", data: $srtool_polkadot_collectives[0] },
{ name: "contracts", data: $srtool_contracts_rococo[0] },
{ name: "polkadot-collectives", data: $srtool_polkadot_collectives[0] }
] }\' > context.json',
cumulus_data,
substrate_data,
Expand Down