mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Releasing rc4 – Rhinoceros (#6515)
Co-authored-by: Martin Pugh <pugh@s3kr.it>
This commit is contained in:
committed by
GitHub
parent
f53e5355f8
commit
f6ebd5f87d
@@ -19,18 +19,17 @@ while IFS= read -r line; do
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B0-silent'; then
|
||||
continue
|
||||
fi
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B1-runtimenoteworthy'; then
|
||||
runtime_changes="$runtime_changes
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B3-apinoteworthy' ; then
|
||||
api_changes="$api_changes
|
||||
$line"
|
||||
fi
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B1-clientnoteworthy'; then
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B5-clientnoteworthy'; then
|
||||
client_changes="$client_changes
|
||||
$line"
|
||||
fi
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B1-apinoteworthy' ; then
|
||||
api_changes="$api_changes
|
||||
if has_label 'paritytech/substrate' "$pr_id" 'B7-runtimenoteworthy'; then
|
||||
runtime_changes="$runtime_changes
|
||||
$line"
|
||||
continue
|
||||
fi
|
||||
done <<< "$all_changes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user