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.16.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.16.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 12, 2025

  1. Configuration menu
    Copy the full SHA
    9bdd626 View commit details
    Browse the repository at this point in the history
  2. ci(cicd-wkflow): add version updater for documentation before release (

    …#1141)
    
    * chore(config): adjust build command & doc version bump script implementation
    codejedi365 authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    3cf32b8 View commit details
    Browse the repository at this point in the history
  3. fix(parser-custom): handle relative parent directory paths to module …

    …file better (#1142)
    
    The dynamic import originally would just replace "/" with "." to make the
    import module name more pythonic, however this would be problematic in
    monorepos which would use "../../misc/commit_parser.py" to locate the parser
    and so the resulting `sys.modules` entry would have numerous periods (.)
    as a prefix. This removes that possibility. Still always an issue if the
    imported module name matches an existing module but the likelihood is low.
    codejedi365 authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    c4056fc View commit details
    Browse the repository at this point in the history
  4. 9.16.1

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