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: v9.18.0
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: v9.18.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 6, 2025

  1. ci(deps): bump python-semantic-release & tj-actions/changed-files

    … action (#1171)
    
    * ci(deps): bump `python-semantic-release/python-semantic-release@v9.17.0` action to 9.18.0
    
    * ci(deps): bump `tj-actions/changed-files@v45.0.6` action to 45.0.7
    dependabot[bot] authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    28b32a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc25d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. fix(config): refactors default token resolution to prevent pre-mature…

    … insecure URL error (#1173)
    
    Due to the previous default token loading, PSR configuration load would
    initate the default RemoteConfig. During validation of the remote config,
    the HVCS object was initialized and upon initialization the URL is evaluated
    for insecure protocol causing errors when the URL was pulled from the env.
    
    This change removes the need for initialization which means the URL validation
    will not occur pre-maturely
    
    Resolves: #1169, #1074
    codejedi365 authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    37db258 View commit details
    Browse the repository at this point in the history
  2. 9.18.1

    Automatically generated by python-semantic-release
    semantic-release committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    f1e7f85 View commit details
    Browse the repository at this point in the history
Loading