-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow to generate schema diff #3649
Workflow to generate schema diff #3649
Conversation
Signed-off-by: 1000TurquoisePogs <[email protected]>
PAX build 4000 FAILED. |
Signed-off-by: 1000TurquoisePogs <[email protected]>
PAX build 4001 FAILED. |
Signed-off-by: 1000TurquoisePogs <[email protected]>
PAX build 4002 FAILED. |
Signed-off-by: 1000TurquoisePogs <[email protected]>
PAX build 4003 FAILED. |
PAX build 4117 SUCCEEDED. |
Test workflow 3605 is started. |
build 5347 SUCCEEDED. |
Test workflow 4649 is started. |
build 5362 SUCCEEDED. |
Test workflow 4664 is started. |
build 5362 SUCCEEDED. |
Test workflow 4694 is started. |
build 5362 SUCCEEDED. |
Test workflow 4723 is started. |
We need an easy way for users to see the difference in schema between zowe versions.
This PR brings automation to upload a .diff format file that shows the difference between two versions.
By default, it will do this by taking the current version and comparing it against vX.(Y-1).Z
But, you can supply any commits you want in the input.
This workflow is made to run every time master is updated.
Perhaps it should be uploaded to artifactory?
A successful run can be seen here https://github.com/1000TurquoisePogs/zowe-install-packaging/actions/runs/6799365549