File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
At least a day before the release:
17
17
- [ ] Run `` make linkcheck `` from within `` docs/ `` and fix any broken links it finds.
18
18
Ignore false positives caused by `` href `` anchors and dummy links not meant to work.
19
+ - [ ] Double-check that [ the most recent docs builds at readthedocs] ( https://readthedocs.org/projects/solidity/builds/ ) succeeded.
19
20
- [ ] Make sure that all merged PRs that should have changelog entries do have them.
20
21
- [ ] Rerun CI on the top commits of main branches in all repositories that do not have daily activity by creating a test branch or PR:
21
22
- [ ] `` solc-js ``
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ sourcePPAConfig
41
41
# Sanity check
42
42
checkDputEntries " \[cpp-build-deps\]"
43
43
44
- DISTRIBUTIONS=" focal jammy kinetic"
44
+ DISTRIBUTIONS=" focal jammy kinetic lunar "
45
45
46
46
for distribution in $DISTRIBUTIONS
47
47
do
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packagename=solc
68
68
# This needs to be a still active release
69
69
static_build_distribution=focal
70
70
71
- DISTRIBUTIONS=" focal jammy kinetic"
71
+ DISTRIBUTIONS=" focal jammy kinetic lunar "
72
72
73
73
if is_release
74
74
then
You can’t perform that action at this time.
0 commit comments