Skip to content

pip(deps-dev): bump python-semantic-release from 7.34.6 to 10.4.0#41

Closed
dependabot[bot] wants to merge 1 commit intomain_remotefrom
dependabot/pip/python-semantic-release-10.4.0
Closed

pip(deps-dev): bump python-semantic-release from 7.34.6 to 10.4.0#41
dependabot[bot] wants to merge 1 commit intomain_remotefrom
dependabot/pip/python-semantic-release-10.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps python-semantic-release from 7.34.6 to 10.4.0.

Release notes

Sourced from python-semantic-release's releases.

v10.4.0 (2025-09-08)

This release is published under the MIT License.

✨ Features

  • config: Add conventional-monorepo as valid commit_parser type (PR#1143, e18f866)

  • parser: Add new conventional-commits standard parser for monorepos (PR#1143, e18f866)

📖 Documentation

  • Add configuration guide for monorepo use with PSR (PR#1143, e18f866)

  • commit-parsers: Introduce conventional commit monorepo parser options & features (PR#1143, e18f866)

  • configuration: Update commit_parser option with new conventional-monorepo value (PR#1143, e18f866)

💡 Additional Release Information

  • config: This release introduces a new built-in parser type that can be utilized for monorepo projects. The type value is conventional-monorepo and when specified it will apply the conventional commit parser to a monorepo environment. This parser has specialized options to help handle monorepo projects as well. For more information, please refer to the Monorepo Docs.

✅ Resolved Issues

  • #614: feat: Commit parser w/ path filter for monorepos

Detailed Changes: v10.3.2...v10.4.0


Installable artifacts are available from:

v10.3.2 (2025-09-06)

This release is published under the MIT License.

🪲 Bug Fixes

  • cmd-version: Prevent errors when PSR is executed in non-GitHub CI environments (PR#1322, 4df4be4)

⚡ Performance Improvements

... (truncated)

Changelog

Sourced from python-semantic-release's changelog.

v10.4.0 (2025-09-08)

✨ Features

  • config: Add conventional-monorepo as valid commit_parser type (PR#1143, e18f866)

  • parser: Add new conventional-commits standard parser for monorepos, closes [#614](https://github.com/python-semantic-release/python-semantic-release/issues/614)_ (PR#1143, e18f866)

📖 Documentation

  • Add configuration guide for monorepo use with PSR (PR#1143, e18f866)

  • commit-parsers: Introduce conventional commit monorepo parser options & features (PR#1143, e18f866)

  • configuration: Update commit_parser option with new conventional-monorepo value (PR#1143, e18f866)

💡 Additional Release Information

  • config: This release introduces a new built-in parser type that can be utilized for monorepo projects. The type value is conventional-monorepo and when specified it will apply the conventional commit parser to a monorepo environment. This parser has specialized options to help handle monorepo projects as well. For more information, please refer to the Monorepo Docs_.

.. _#614: python-semantic-release/python-semantic-release#614 .. _e18f866: python-semantic-release/python-semantic-release@e18f866 .. _Monorepo Docs: /configuration/configuration-guides/monorepos.html .. _PR#1143: python-semantic-release/python-semantic-release#1143

.. _changelog-v10.3.2:

v10.3.2 (2025-09-06)

🪲 Bug Fixes

  • cmd-version: Prevent errors when PSR is executed in non-GitHub CI environments, closes [#1315](https://github.com/python-semantic-release/python-semantic-release/issues/1315)_ (PR#1322, 4df4be4)

⚡ Performance Improvements

... (truncated)

Commits
  • 6df5e87 10.4.0
  • e18f866 feat(parser): add new conventional-commits standard parser for monorepos (#1143)
  • d96c45e ci(deps): bump actions/download-artifact@v4.3.0 to 5.0.0
  • 5c23e23 ci(deps): bump actions/checkout@v4.2.2 to v5.0.0
  • 196c573 ci(deps): bump python-semantic-release/publish-action@v10.2.0 to v10.3.2
  • 3d9c825 ci(deps): bump python-semantic-release@v10.2.0 action to v10.3.2
  • 9293da5 10.3.2
  • 63e435b perf(cmd-version): re-order operations for faster parsing in version determin...
  • 4df4be4 fix(cmd-version): prevent errors when PSR is executed in non-GitHub CI enviro...
  • 3c65a41 ci(deps): bump pypa/gh-action-pypi-publish@1.12.4 action to 1.13.0 (#1321)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 7.34.6 to 10.4.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v7.34.6...v10.4)

---
updated-dependencies:
- dependency-name: python-semantic-release
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Sep 8, 2025

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #43.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-semantic-release-10.4.0 branch September 15, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants