-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Feature request: use GitHub Actions to automatically update https://github.com/FNNDSC/openapi-clients
- create a GitHub Actions which triggers on release
- It downloads
schema_split.yamlfrom the current and previous release, comparing them using openapi-diff. - If state is either
compatibleorincompatible, clone https://github.com/FNNDSC/openapi-clients and...- increase the value of
version.txtaccording to semantic versioning (minor version increase forcompatible, major version increase forincompatible) - regenerate all client code
- create a PR to
mainbranch
- increase the value of