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.4.1
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.4.2
Choose a head ref
  • 10 commits
  • 25 files changed
  • 6 contributors

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. build(deps): update rich requirement from ~=12.5 to ~=13.0 (#877)

    Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version.
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    
    Resolves: #888
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4a22a8c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. ci(stalebot): bump api operations from 200 -> 400 allowed

    since our repo has around 100 issues, each validation takes a minimum of 2
    operations, leaving actual stale actions with very little ability to change
    things. Bumping this up will allow stalebot to action tickets on time in
    relation to our repository size.
    codejedi365 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f280a71 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    34260fb View commit details
    Browse the repository at this point in the history
  2. fix(hvcs): prevent double url schemes urls in changelog (#676)

    * fix(hvcs): prevent double protocol scheme urls in changelogs
    
      Due to a typo and conditional stripping of the url scheme the
      hvcs_domain and hvcs_api_domain values would contain protocol schemes
      when a user specified one but the defaults would not. It would cause
      the api_url and remote_url to end up as "https://https://domain.com"
    
    * fix(bitbucket): correct url parsing & prevent double url schemes
    
    * fix(gitea): correct url parsing & prevent double url schemes
    
    * fix(github): correct url parsing & prevent double url schemes
    
    * fix(gitlab): correct url parsing & prevent double url schemes
    
    * test(hvcs): ensure api domains are derived correctly
    
    ---------
    
    Co-authored-by: codejedi365 <codejedi365@gmail.com>
    lukester1975 and codejedi365 authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5cfdb24 View commit details
    Browse the repository at this point in the history
  3. style: beautify 5cfdb24

    actions-user committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9d1f17a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. build(deps-dev): update furo requirement from ~=2023.3 to ~=2024.1 (#878

    )
    
    Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version.
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2023.03.23...2024.01.29)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8954628 View commit details
    Browse the repository at this point in the history
  2. fix(hvcs): allow insecure http connections if configured (#886)

    * fix(gitlab): allow insecure http connections if configured
    
    * test(hvcs-gitlab): fix tests for clarity & insecure urls
    
    * test(conftest): refactor netrc generation into common fixture
    
    * refactor(hvcsbase): remove extrenous non-common functionality
    
    * fix(gitea): allow insecure http connections if configured
    
    * test(hvcs-gitea): fix tests for clarity & insecure urls
    
    * refactor(gitlab): adjust init function signature
    
    * fix(github): allow insecure http connections if configured
    
    * test(hvcs-github): fix tests for clarity & insecure urls
    
    * fix(bitbucket): allow insecure http connections if configured
    
    * test(hvcs-bitbucket): fix tests for clarity & insecure urls
    
    * fix(config): add flag to allow insecure connections
    
    * fix(version-cmd): handle HTTP exceptions more gracefully
    
    * style(hvcs): resolve typing issues & mimetype executions
    
    * test(cli-config): adapt default token test for env resolution
    
    * test(changelog-cmd): isolate env & correct the expected api url
    
    * test(fixtures): adapt repo builder for new hvcs init() signature
    
    * style: update syntax for 3.8 compatiblity & formatting
    
    * docs(configuration): update `remote` settings section with missing values
    
      Resolves: #868
    
    * style(docs): improve configuration & api readability
    codejedi365 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    db13438 View commit details
    Browse the repository at this point in the history
  3. style: beautify db13438

    actions-user committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    88291b9 View commit details
    Browse the repository at this point in the history
  4. 9.4.2

    Automatically generated by python-semantic-release
    semantic-release committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    421bb50 View commit details
    Browse the repository at this point in the history
Loading