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: v10.5.2
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: v10.5.3
Choose a head ref
  • 18 commits
  • 21 files changed
  • 6 contributors

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    c5d3042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c355bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb4ac9 View commit details
    Browse the repository at this point in the history
  4. chore(release): switch to major and minor partial tags via PSR (#1368)

    * chore(release): set `add_partial_tags` to true for PSR releases
    
    * ci(release): remove job steps to create partial tags
    codejedi365 authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    2dd8be7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Configuration menu
    Copy the full SHA
    cbc93f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f2ca8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. Configuration menu
    Copy the full SHA
    a67b48e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5f246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b984f41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0927e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edf0229 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    779af88 View commit details
    Browse the repository at this point in the history
  7. fix(github-action): fix failed signing issue when ssh was missing fro…

    …m action environment (#1389)
    
    Install openssh-client in the slim container image
    
    Resolves: #1376
    
    * test(gh-action): add SSH signing test case
    
      Add test to verify SSH signing key configuration in the GitHub Action.
      The test generates an SSH key pair and validates that ssh-agent and
      ssh-add commands execute successfully when SSH signing keys are provided.
    Copilot authored Dec 14, 2025
    Configuration menu
    Copy the full SHA
    18b7eda View commit details
    Browse the repository at this point in the history
  8. fix(cmd-version): resolve unauthenticated git repo issues for upstrea…

    …m verification (#1388)
    
    This change updates verify_upstream_unchanged to accept and use an authenticated
    remote_url parameter when fetching from the remote, mirroring the approach used
    for git push operations. This resolves authentication issues when verifying upstream
    state in repositories that require token authentication for fetch operations.
    
    Resolves: #1373
    
    * test(gitproject): add another unit test for verify upstream unchanged with authed url
    Copilot authored Dec 14, 2025
    Configuration menu
    Copy the full SHA
    e164f68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27a006c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    427af48 View commit details
    Browse the repository at this point in the history
  11. fix(parser-conventional-monorepo): fix parser opts validator for outs…

    …ide dir path matches (#1382)
    
    Resolves: #1380
    guillaumecherel authored and codejedi365 committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    a51eadd View commit details
    Browse the repository at this point in the history
  12. chore: release v10.5.3

    Automatically generated by python-semantic-release
    semantic-release committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    350c48f View commit details
    Browse the repository at this point in the history
Loading