patina-v4.0.1
·
902 commits
to refs/heads/main
since this release
What's Changed
-
ReleaseWorkflow.yml: Convert step to skip cargo release dry run to Python @makubacki (#533)
Change Details
## Description
The previous bash logic did not handle complex strings. This converts the logic to be implemented with relatively simple Python code.
(skip cargo release dry run)
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
- Test releases on a fork with the skip text present (cargo release dry run is skipped as expected) and the text absent (cargo release dry run executes as expected).
Integration Instructions
N/A
Full Changelog: patina-v4.0.0...v4.0.1