Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
e21a6bf7
Commit
e21a6bf7
authored
4 years ago
by
Gav Wood
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI
parent
fdda8029
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polkadot/scripts/gitlab/publish_draft_release.sh
+10
-11
10 additions, 11 deletions
polkadot/scripts/gitlab/publish_draft_release.sh
with
10 additions
and
11 deletions
polkadot/scripts/gitlab/publish_draft_release.sh
+
10
−
11
View file @
e21a6bf7
...
...
@@ -40,11 +40,10 @@ kusama_spec=$(grep spec_version runtime/kusama/src/lib.rs | tail -n 1 | grep -Eo
echo
"[+] Kusama spec version:
$kusama_spec
"
westend_spec
=
$(
grep
spec_version runtime/westend/src/lib.rs |
tail
-n
1 |
grep
-Eo
'[0-9]+'
)
echo
"[+] Westend spec version:
$westend_spec
"
release_text
=
"Polkadot native runtime:
$polkadot_spec
Kusama native runtime:
$kusama_spec
Westend native runtime:
$westend_spec
release_text
=
"Native runtimes:
- Polkadot: **
$polkadot_spec
**
- Kusama: **
$kusama_spec
**
- Westend: **
$westend_spec
**
This release was built with the following versions of
\`
rustc
\`
. Other versions may work.
-
$stable_rustc
...
...
@@ -102,18 +101,18 @@ pushd $substrate_dir || exit
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B0-silent'
;
then
continue
fi
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B
1-runtime
noteworthy'
;
then
substrate_
runtime
_changes
=
"
$substrate_
runtime
_changes
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B
3-api
noteworthy'
;
then
substrate_
api
_changes
=
"
$substrate_
api
_changes
$line
"
continue
fi
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B
1
-clientnoteworthy'
;
then
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B
5
-clientnoteworthy'
;
then
substrate_client_changes
=
"
$substrate_client_changes
$line
"
fi
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B
1-api
noteworthy'
;
then
substrate_
api
_changes
=
"
$substrate_
api
_changes
if
has_label
'paritytech/substrate'
"
$pr_id
"
'B
7-runtime
noteworthy'
;
then
substrate_
runtime
_changes
=
"
$substrate_
runtime
_changes
$line
"
continue
fi
done
<<<
"
$all_substrate_changes
"
popd
||
exit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment