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.15.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: v9.16.0
Choose a head ref
  • 10 commits
  • 32 files changed
  • 4 contributors

Commits on Dec 17, 2024

  1. ci(deps): bump psr/publish-action & action-junit-report action ve…

    …rsions (#1126)
    
    * ci(deps): bump `python-semantic-release/publish-action` from 9.15.1 to 9.15.2
    
    * ci(deps): bump `mikepenz/action-junit-report` from 5.1.0 to 5.2.0
    dependabot[bot] authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    52f53d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. build(deps-dev): bump mypy from 1.13.0 to 1.14.0 (#1130)

    * build(deps-dev): bump `mypy` from 1.13.0 to 1.14.0
    
    * chore(pre-commit): bump `mypy` plugin from 1.13.0 to 1.14.0
    
    ---------
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: codejedi365 <codejedi365@gmail.com>
    dependabot[bot] and codejedi365 authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    297e11f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Configuration menu
    Copy the full SHA
    06de1f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b31022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33b9371 View commit details
    Browse the repository at this point in the history
  4. fix(cmd-version): fix --print-tag result to match configured tag fo…

    …rmat (#1134)
    
    * test(fixtures): add new trunk repo that has a different tag format
    
    * test(fixtures): add helper to extract config settings from repo action definition
    
    * test(cmd-version): expand testing of `--print-tag` & `--print-last-released-tag`
    
      PSR did not have enough testing to demonstrate testing of the tag generation
      when the tag format was configured differently than normal. This commit adds
      a significant portion of testing to exercise the print tag functionality which
      must match the configured tag format.
    codejedi365 authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    a990aa7 View commit details
    Browse the repository at this point in the history
  5. fix(cmd-version): fix tag format on default version when force bump f…

    …or initial release (#1138)
    
    Resolves: #1137
    
    * test(fixtures): add new unreleased trunk repo with a different tag format
    
    * test(cmd-version): ensure forced bump version on initial release follows tag format
    
      ref: #1137
    codejedi365 authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    007fd00 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. fix(changelog): fixes PSR release commit exclusions for customized co…

    …mmit messages (#1139)
    
    * fix(config-changelog): validate `changelog.exclude_commit_patterns` on config load
    
    * test(fixtures): relocate sanitize changelog functions
    
    * test(cmd-version): add test to validate that custom release messages are ignored in changelog
    
    * test(config): add `changelog.exclude_commit_patterns` validation check
    
    * style(config): refactor import names of `re` module
    codejedi365 authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    f9a2078 View commit details
    Browse the repository at this point in the history
  2. feat(config): expand dynamic parser import to handle a filepath to mo…

    …dule (#1135)
    
    * test(fixtures): remove import checking/loading of custom parser in `use_custom_parser`
    
    * test(config): extend import parser unit tests to evaluate file paths to modules
    
    * docs(commit-parsing): add the new custom parser import spec description for direct path imports
    
      Resolves: #687
    
    * docs(configuration): adjust `commit_parser` option definition for direct path imports
    codejedi365 authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    0418fd8 View commit details
    Browse the repository at this point in the history
  3. 9.16.0

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