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/publish-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.12.0
Choose a base ref
...
head repository: python-semantic-release/publish-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.12.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 6, 2024

  1. build(deps): bump docker base image python from 3.12 to 3.13 (#18)

    Bumps docker image python from 3.12-slim-bookworm to 3.13-slim-bookworm
    dependabot[bot] authored Nov 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a559de View commit details
  2. ci(deps): bump `python-semantic-release/python-semantic-release@v9.12…

    ….0` to 9.12.1 (#20)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8674d9a View commit details
  3. build(deps): bump python-semantic-release from 9.12.0 to 9.12.1 (#19)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7a66c1d View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +1 −1 src/Dockerfile
  3. +1 −1 src/requirements.txt
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
- name: Release | Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.12.0
uses: python-semantic-release/python-semantic-release@v9.12.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv -c releaserc.toml"
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm
ARG WORK_DIR="/opt/psr"

WORKDIR ${WORK_DIR}
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-semantic-release == 9.12.0
python-semantic-release == 9.12.1