Release/2.7.2 #2
Merged
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.
This pull request updates the workflow for publishing the
m-renderlibrary on the release branch, introduces improvements to version handling, and updates the Node.js version used. It also includes a minor version bump in them-renderpackage.Workflow updates:
createtopushonrelease/**branches. (.github/workflows/publish-on-release.yml, .github/workflows/publish-on-release.ymlL1-R4)18to20. (.github/workflows/publish-on-release.yml, .github/workflows/publish-on-release.ymlL21-R21)libs/m-render/package.jsonmatches the branch version before updating it. If the version is already correct, the update step is skipped. (.github/workflows/publish-on-release.yml, .github/workflows/publish-on-release.ymlL30-R52).npmrcfor publishing and to create and push a git tag for the release version. (.github/workflows/publish-on-release.yml, .github/workflows/publish-on-release.ymlL50-R81)Package updates:
libs/m-render/package.jsonfrom2.7.0to2.7.2. (libs/m-render/package.json, libs/m-render/package.jsonL3-R3)