Skip to content

Commit

Permalink
Merge pull request #14213 from ethereum/postReleaseAdjustments
Browse files Browse the repository at this point in the history
Minor post-release adjustments.
  • Loading branch information
ekpyron authored May 11, 2023
2 parents f07c8b1 + c3a8b9c commit 0a0c389
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ReleaseChecklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
At least a day before the release:
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds.
Ignore false positives caused by ``href`` anchors and dummy links not meant to work.
- [ ] Double-check that [the most recent docs builds at readthedocs](https://readthedocs.org/projects/solidity/builds/) succeeded.
- [ ] Make sure that all merged PRs that should have changelog entries do have them.
- [ ] 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:
- [ ] ``solc-js``
Expand Down
2 changes: 1 addition & 1 deletion scripts/deps-ppa/static_z3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sourcePPAConfig
# Sanity check
checkDputEntries "\[cpp-build-deps\]"

DISTRIBUTIONS="focal jammy kinetic"
DISTRIBUTIONS="focal jammy kinetic lunar"

for distribution in $DISTRIBUTIONS
do
Expand Down
2 changes: 1 addition & 1 deletion scripts/release_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packagename=solc
# This needs to be a still active release
static_build_distribution=focal

DISTRIBUTIONS="focal jammy kinetic"
DISTRIBUTIONS="focal jammy kinetic lunar"

if is_release
then
Expand Down

0 comments on commit 0a0c389

Please sign in to comment.