- Notifications
You must be signed in to change notification settings - Fork261
Closed
Description
Bug Report
Description
I have been doing a two-step process to usepsr to stage changes before making a release as discussed in#1125, but 10.3.0 introduced a breaking change for this workflow
Expected behavior
It should properly stage changes without requiring acommit_sha
Actual behavior
Acommit_sha is required as of39b647b when runningsemantic-release version ... inside of a GitHub Actions pipeline. If I setGITHUB_OUTPUT locally then I can see the error:
$ GITHUB_OUTPUT=foo uv run --frozen semantic-release version --no-changelog --skip-build --no-commit --no-tag --no-push --no-vcs-releaseWARNING:root:Found .git/ in higher parent directory rather than provided in configuration.[10:11:06] WARNING Token value is missing! config.py:779WARNING:semantic_release:Token value is missing!1.5.0The next version is: 1.5.0! 🚀Skipping build due to --skip-build flag::ERROR:: some required outputs were not set: commit_shaRun semantic-release in very verbose mode (-vv) to see the full traceback.