Skip to content

Commit ba313fb

Browse files
committed
feat(ci): create Cardano node compatibility in release notes
1 parent f0d6523 commit ba313fb

File tree

1 file changed

+7
-1
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+7
-1
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
jq -r '.packages | sort_by(.name) | .[] | select([.name] | inside(["mithril-stm", "mithril-aggregator", "mithril-client", "mithril-client-cli", "mithril-client-wasm", "mithril-signer", "mithril-common"])) | "| \(.name) | `\(.version)` |"' \
9595
>> ./release-notes-addon.txt
9696
97-
- name: Add compatibility table
97+
- name: Add network compatibility table
9898
shell: bash
9999
run: |
100100
cat >> ./release-notes-addon.txt << EOF
@@ -108,6 +108,12 @@ runs:
108108
| jq -r 'keys_unsorted[] as $network | "| \($network) | \(.[$network]) |"' \
109109
>> ./release-notes-addon.txt
110110
111+
- name: Add Cardano node compatibility table
112+
shell: bash
113+
run: |
114+
./.github/workflows/scripts/compute-cardano-compatibility.sh ./networks.json \
115+
>> ./release-notes-addon.txt
116+
111117
- name: Add platform support table
112118
shell: bash
113119
run: |

0 commit comments

Comments
 (0)