Comparing v10.3.1...v10.3.2 · python-semantic-release/python-semantic-release
Commits on Sep 6, 2025
-
fix(cmd-version): prevent errors when PSR is executed in non-GitHub C…
…I environments (#1322) NOTICE: Unfortunately, PSR introduced a bug in 10.3.0 when attempting to provide more CI outputs for GitHub Actions. It required our GitHub client interface to be loaded and even if it was not using GitHub CI to be run. This caused errors in Gitea and likely GitLab/Bitbucket environments. This change prevents that from happening but if any users pipelines were intentionally presenting the environment variable "GITHUB_OUTPUT" to enable action output to enable passing along internal outputs of PSR then their hack will no longer work after this change. Resolves: #1315