You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a GitHub workflow that checks that the version information file (#4181) was changed if a Management API module changed.
WHY
Every change to the API must increment the version.
HOW
One way could be a workflow that is only triggered on changes within extensions/control-plane/api/managment-api directory, and that inspects the PR's changeset if it contains the version.json file
The text was updated successfully, but these errors were encountered:
paullatzelsperger
changed the title
[optional] add a GitHub workflow check to assert that the version file changed if a management API module changed. Every change to the API must increment the version.
Management API: add workflow to assert version bump
May 15, 2024
could the job based on the generated openapi file instead? otherwise any change to any other file could cause the version to change, but that shouldn't be the case.
It could be compared with the one in the gh-pages branch
WHAT
add a GitHub workflow that checks that the version information file (#4181) was changed if a Management API module changed.
WHY
Every change to the API must increment the version.
HOW
One way could be a workflow that is only triggered on changes within
extensions/control-plane/api/managment-api
directory, and that inspects the PR's changeset if it contains theversion.json
fileThe text was updated successfully, but these errors were encountered: