Skip to content

build(deps): bump python-semantic-release/python-semantic-release from 9.20.0 to 10.1.0 in /.github/workflows #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2025

Bumps python-semantic-release/python-semantic-release from 9.20.0 to 10.1.0.

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v10.1.0 (2025-06-12)

This release is published under the MIT License.

✨ Features

  • cmd-version: Always stage version stamped files & changelog even with --no-commit (PR#1214, de62334)

📖 Documentation

  • cmd-version: Improve command description & include common uses (PR#1214, de62334)

  • configuration-guide: Add how-to guide for uv integration (PR#1214, de62334)

  • github-actions: Clarify with examples of the root_options v10 migration change (PR#1271, fbb63ec)

⚙️ Build System

  • deps: Expand python-gitlab dependency to include v6.0.0 (PR#1273, 99fc9cc)

✅ Resolved Issues

  • #1211: Version files left unstaged for commit in 2 stage PSR execution

Detailed Changes: v10.0.2...v10.1.0


Installable artifacts are available from:

v10.0.2 (2025-05-26)

This release is published under the MIT License.

🪲 Bug Fixes

  • github-actions: Add filesystem UID/GID fixer after action workspace modification (PR#1262, 93e23c8)

Detailed Changes: v10.0.1...v10.0.2


... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v10.1.0 (2025-06-12)

✨ Features

  • cmd-version: Always stage version stamped files & changelog even with --no-commit, closes [#1211](https://github.com/python-semantic-release/python-semantic-release/issues/1211)_ (PR#1214, de62334)

📖 Documentation

  • cmd-version: Improve command description & include common uses (PR#1214, de62334)

  • configuration-guide: Add how-to guide for uv integration (PR#1214, de62334)

  • github-actions: Clarify with examples of the root_options v10 migration change (PR#1271, fbb63ec)

⚙️ Build System

  • deps: Expand python-gitlab dependency to include v6.0.0 (PR#1273, 99fc9cc)

.. _#1211: python-semantic-release/python-semantic-release#1211 .. _99fc9cc: python-semantic-release/python-semantic-release@99fc9cc .. _de62334: python-semantic-release/python-semantic-release@de62334 .. _fbb63ec: python-semantic-release/python-semantic-release@fbb63ec .. _PR#1214: python-semantic-release/python-semantic-release#1214 .. _PR#1271: python-semantic-release/python-semantic-release#1271 .. _PR#1273: python-semantic-release/python-semantic-release#1273

.. _changelog-v10.0.2:

v10.0.2 (2025-05-26)

🪲 Bug Fixes

  • github-actions: Add filesystem UID/GID fixer after action workspace modification (PR#1262, 93e23c8)

.. _93e23c8: python-semantic-release/python-semantic-release@93e23c8 .. _PR#1262: python-semantic-release/python-semantic-release#1262

.. _changelog-v10.0.1:

... (truncated)

Commits
  • f9e152f 10.1.0
  • de62334 feat(cmd-version): always stage version stamped files & changelog even with `...
  • 99fc9cc build(deps): expand python-gitlab dependency to include v6.0.0 (#1273)
  • f772121 ci(deps): bump docker/build-push-action@v6.17.0 to v6.18.0
  • 8da19f1 ci(deps): bump mikepenz/action-junit-report@v5.5.1 action to v5.6.0
  • b31b540 build(deps-dev): bump mypy from 1.15.0 to 1.16.0 (#1270)
  • fbb63ec docs(github-actions): clarify with examples of the root_options v10 migrati...
  • bb8f2ee chore(config): add version stamp to github-actions examples in docs (#1272)
  • ce311ad chore: update in code todos for v10 (#1266)
  • 10e1b52 chore(psr-changelog): consolidate & simplify jinja macro implementation (#1265)
  • 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/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.20.0 to 10.1.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@v9.20.0...v10.1.0)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants