release/1.4.2-beta#426
Merged
Merged
Conversation
…fixes (#422) * chore: add provider hash manifest for 1.4.2-alpha (#410) chore: add provider hash manifest for version 1.4.2-alpha (dual platform) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * docs(ci): add comprehensive milestone management system with automated lifecycle and version scoping * Potential fix for code scanning alert no. 20: Code injection Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * docs(ci): add comprehensive versioning action documentation and standardize version parsing utilities * Update .github/actions/versioning/move-milestone-items/action.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(ci): correct step references and improve milestone pagination in versioning workflows * docs: add milestone management guide and update release workflow documentation * ci: enhance promotion eligibility checks with comprehensive validation criteria * ci: remove milestone check from promotion eligibility to allow promotion of closed milestone releases * ci: fix version grouping to use minor version and standardize PowerShell output commands * ci: skip promotion for versions with closed target milestones and fix output variable naming * ci: standardize PowerShell output commands and improve PR URL parsing in version promotion workflow * ci: prevent older versions from being promoted when target milestone is closed * ci: new stabilization-aware milestone workflow * ci: add workflows write permission to stabilization init workflow * ci: remove unnecessary workflows write permission from stabilization init workflow * ci: replace git commands with GitHub API calls for branch creation in stabilization init workflow * ci: use PAT_TOKEN for branch creation in stabilization init workflow to bypass GitHub security restrictions * chore: prepare release 1.4.2-beta with version update and code style fixes * fix: migration of critical fixes from 2.0.0-dev to 1.4.2-beta * style: reformat constructor calls and improve code consistency with 'this.' qualifier usage * refactor: replace result.Outputs.TryGetValue with result.TryGetValue across test components and improve code formatting consistency * refactor(statefulcomponentbase): supress unnecessary change in this release * refactor: supress unnecessary change in this release * refactor: simplify async code with ConfigureAwait and remove redundant null coalescing operators * chore: update CHANGELOG.md with unreleased changes for provider stability improvements and thread safety enhancements * ci: remove unnecessary JSON output flags from PR creation command in contributors workflow * refactor(ci): extract milestone creation logic into reusable composite action and add race condition handling * docs: update contributors section for release/1.4.2-beta --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: marc-romu <49920661+marc-romu@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: github-actions <action@github.com>
marc-romu
approved these changes
Apr 15, 2026
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.
Changed
Fixed