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.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: master
Choose a head ref
  • 6 commits
  • 20 files changed
  • 5 contributors

Commits on Dec 15, 2025

  1. Configuration menu
    Copy the full SHA
    544e746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b91f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. feat(parser-emoji): adds more non-release triggering emojis to the de…

    …fault emoji parser (#1410)
    
    * test(parser-emoji): add unit tests for no-release triggering emoji commits
    codejedi365 authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    2833aa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. fix(cmd-publish): fix handling of asset uploading errors on publish (#…

    …1397)
    
    Resolves: #1395
    
    * fix(github): fix bubble up errors of asset uploads for GitHub
    
    * test(cmd-publish): add e2e test for handling GitHub authentication errors on upload
    
    * test(github): add comprehensive error tests for `upload_dists()`
    codejedi365 authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    81a0f98 View commit details
    Browse the repository at this point in the history
  2. fix(cmd-config-generate): fix config output for Microsoft Windows UTF…

    …-8 encoding (#1400)
    
    Resolves: #702
    
    * docs(cmd-config-generate): add Windows PowerShell specific `generate-config` usage example
    
    * test(cmd-config-generate): adds UTF-8 encoding test for platform specific output
    lilfetz22 authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    0343194 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. feat(cmd-version): add file replacement variant for `version_variable…

    …s` (#1391)
    
    Add support for entire file replacement when pattern is specified as `*`. This allows users to
    configure version stamping for files that contain only a version number (e.g., VERSION files).
    
    Implements: #1375
    
    * docs(configuration): modify `version_variables` definition to include new file replacement
    
    * test(cmd-version): add version stamp test for a version file
    
    * test(version): add unit test for file declaration
    Copilot authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    95ce7ec View commit details
    Browse the repository at this point in the history
Loading