-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update release.yml to format and display check results as mark…
…down - Renamed `version_match` output to `result` in the `check-version` job. - Updated the `check-last-commit` job to add `checks` and `markdown_checks` outputs. - Added steps in `check-last-commit` to process and output all check results in both plain text and Markdown formats. - Added a step to display the formatted Markdown checks in the `check-last-commit` job. - Modified the `handle-release` job to: - Remove conditional check for `needs.check-version.outputs.version_match` and always run. - Construct an issue body with formatted sections for version mismatches and test failures. - Use the `markdown_checks` output for displaying failed checks. - Ensure the release is deleted and the tag is removed if checks fail.
- Loading branch information
Showing
1 changed file
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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