Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-semantic-release/python-semantic-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.34.3
Choose a base ref
...
head repository: python-semantic-release/python-semantic-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.34.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 15, 2023

  1. fix: docker build fails installing git (#605)

    git was installed from bullseye-backports, but base image is referencing latest python:3.10
    since bookworm was recently released, this now points at bookworm and installing the backport of git is actually trying to downgrade, resulting in this error:
    
    > E: Packages were downgraded and -y was used without --allow-downgrades.
    
    > ERROR: failed to solve: process "/bin/sh -c echo \"deb http://deb.debian.org/debian bullseye-backports main\" >> /etc/apt/sources.list;     apt-get update;    apt-get install -y git/bullseye-backports" did not complete successfully: exit code: 100
    SvenStaehs authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9e3eb97 View commit details
    Browse the repository at this point in the history
  2. 7.34.4

    Automatically generated by python-semantic-release
    github-actions committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1aed730 View commit details
    Browse the repository at this point in the history
Loading