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
43e7a3be
Commit
43e7a3be
authored
4 years ago
by
Gav Wood
Browse files
Options
Downloads
Patches
Plain Diff
Another CI fix
parent
e21a6bf7
Branches
gh-readonly-queue/master/pr-3955-9b378a2ffef1d5846872adc4336341805bffbc30
Branches containing commit
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
+5
-8
5 additions, 8 deletions
polkadot/scripts/gitlab/publish_draft_release.sh
with
5 additions
and
8 deletions
polkadot/scripts/gitlab/publish_draft_release.sh
+
5
−
8
View file @
43e7a3be
...
...
@@ -54,17 +54,14 @@ runtime_changes=""
while
IFS
=
read
-r
line
;
do
pr_id
=
$(
echo
"
$line
"
|
sed
-E
's/.*#([0-9]+)\)$/\1/'
)
if
has_label
'paritytech/polkadot'
"
$pr_id
"
'B1-silent'
;
then
continue
fi
# If the PR has a runtimenoteworthy label, add to the runtime_changes section
if
has_label
'paritytech/polkadot'
"
$pr_id
"
'B
1
-runtimenoteworthy'
;
then
if
has_label
'paritytech/polkadot'
"
$pr_id
"
'B
2
-runtimenoteworthy'
;
then
runtime_changes
=
"
$runtime_changes
$line
"
else
# otherwise, add the PR to the main list of changes
release_text
=
"
$release_text
fi
# If the PR has a releasenotes label, add to the release section
if
has_label
'paritytech/polkadot'
"
$pr_id
"
'B1-releasenotes'
;
then
release_text
=
"
$release_text
$line
"
fi
done
<<<
"
$(
sanitised_git_logs
"
$last_version
"
"
$version
"
|
\
...
...
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