File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
options :
10
10
- litentry
11
11
- rococo
12
+ - paseo
12
13
ref :
13
14
description : The commit SHA or tag for checking out code
14
15
default : " "
Original file line number Diff line number Diff line change 36
36
options :
37
37
- none
38
38
- rococo
39
+ - paseo
39
40
- litentry
40
41
41
42
env :
76
77
matrix :
77
78
chain :
78
79
- rococo
80
+ - paseo
79
81
- litentry
80
82
name : ${{ matrix.chain }}
81
83
steps :
Original file line number Diff line number Diff line change 116
116
117
117
if is_runtime_release; then
118
118
echo " ## Parachain runtime" >> " $1 "
119
- for CHAIN in rococo litentry; do
119
+ for CHAIN in rococo litentry paseo ; do
120
120
SRTOOL_DIGEST_FILE=$CHAIN -parachain-runtime/$CHAIN -parachain-srtool-digest.json
121
121
RUNTIME_VERSION=$( grep spec_version runtime/$CHAIN /src/lib.rs | sed ' s/.*version: //;s/,//' )
122
122
RUNTIME_COMPRESSED_SIZE=$( cat " $SRTOOL_DIGEST_FILE " | jq .runtimes.compressed.size | sed ' s/"//g' )
@@ -256,12 +256,12 @@ EOF
256
256
commit=$( echo " $f " | cut -d' |' -f1)
257
257
desc=$( echo " $f " | cut -d' |' -f2)
258
258
output=" - [\` $commit \` ]($REPO /commit/$commit ) $desc "
259
-
259
+
260
260
for (( i= 0 ; i< ${# labels[@]} ; i++ )) ; do
261
261
label=$( gh pr list --search " $commit " --label " ${labels[i]} " --state merged)
262
262
[ -n " $label " ] && output+=" $REPO /labels/${labels[i]} "
263
263
done
264
-
264
+
265
265
echo " $output " >> " $1 "
266
266
done
267
267
fi
You can’t perform that action at this time.
0 commit comments