Doc(github-actions.rst) fixes the GitHub Actions example#1344
Merged
codejedi365 merged 1 commit intopython-semantic-release:masterfrom Oct 25, 2025
Merged
Doc(github-actions.rst) fixes the GitHub Actions example#1344codejedi365 merged 1 commit intopython-semantic-release:masterfrom
codejedi365 merged 1 commit intopython-semantic-release:masterfrom
Conversation
The deploy job requires outputs.released to be set to true. This change adds this output, though I am not sure if it is conditional on the success of the release.
codejedi365
approved these changes
Oct 25, 2025
0fb4875
into
python-semantic-release:master
7 of 8 checks passed
Contributor
🎉 This PR has been published as part of v10.5.0 🎉You can find more information about this release on the GitHub Releases page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
The example deploy job in github-actions.rst requires outputs.released to be set to true but it is never set to true. This change adds this output, similar to how it is done in the workflow file for python-semantic-release.
Though I am not sure if it is conditional on the success of the release, I still think the example should be working.
PR Completion Checklist
Reviewed & followed the Contributor Guidelines
Changes Implemented & Validation pipeline succeeds
Commits follow the Conventional Commits standard
and are separated into the proper commit type and scope (recommended order: test, build, feat/fix, docs)
Appropriate Unit tests added/updated
Appropriate End-to-End tests added/updated
Appropriate Documentation added/updated and syntax validated for sphinx build (see Contributor Guidelines)