FIO-6632: Automate @formio/js updates to formiojs.test-form.io #5666
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.
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-6632
Description
package.json
was not being updated automatically during build process. Created a script that will run everytimeyarn build
is called to get the tag from git and update pacakge.json. Should ensure correct time every build.https://github.com/formio/formio.js/actions/runs/9700333835 <- Happened to see that the version was v5.0.0-rc60 but did not see the version on the CDN. Saw v5.0.0-rc.59 and this was because the
package.json
version read 5.0.0-rc.59.release.yml
to include theyarn install
,yarn build
,yarn release
, andyarn invalidate
to updates trigger properly in pipeline.Why have you chosen this solution?
Was asked to provide some testing steps for previous issue FIO-6632 per Dane and noticed some issues in the process.
Dependencies
n/a
How has this PR been tested?
Pushed the updates to test CDN to test commands manually.
https://formiojs.test-form.io/5.0.0-rc.60/
Link to steps documented in Confluence -> https://formio.atlassian.net/wiki/x/AQCkCQ
Checklist: