Commits
Click on a commit to change the comparison rangeFix sed in release pipeline.
The `;` was missing between the two `s///` statements; without it it failed
with an error about "unknown flag".
Tested with act to get _some_ sembalance of an idea if it will work, but it's
no guarantee
```
act \
--env GITHUB_REPOSITORY=python-pendulum/pendulum \
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:rust-latest \
--artifact-server-path $PWD/.artifacts \
-W .github/workflows/release.yml \
--matrix container:off,target:aarch64 \
--container-architecture linux/amd64
```