Skip to content

Commit 0a0c389

Browse files
authored
Merge pull request ethereum#14213 from ethereum/postReleaseAdjustments
Minor post-release adjustments.
2 parents f07c8b1 + c3a8b9c commit 0a0c389

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ReleaseChecklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
At least a day before the release:
1717
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds.
1818
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.
1920
- [ ] Make sure that all merged PRs that should have changelog entries do have them.
2021
- [ ] 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:
2122
- [ ] ``solc-js``

scripts/deps-ppa/static_z3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sourcePPAConfig
4141
# Sanity check
4242
checkDputEntries "\[cpp-build-deps\]"
4343

44-
DISTRIBUTIONS="focal jammy kinetic"
44+
DISTRIBUTIONS="focal jammy kinetic lunar"
4545

4646
for distribution in $DISTRIBUTIONS
4747
do

scripts/release_ppa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packagename=solc
6868
# This needs to be a still active release
6969
static_build_distribution=focal
7070

71-
DISTRIBUTIONS="focal jammy kinetic"
71+
DISTRIBUTIONS="focal jammy kinetic lunar"
7272

7373
if is_release
7474
then

0 commit comments

Comments
 (0)