-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Publish yaml schema in schemastore #2110
Comments
Commit that will be send as a PR to Schemastore: ZanSara/schemastore@e58529e In this commit I set the naming pattern for Haystack pipelines to be We would need a GH Action that automatically sends a PR to Schemastore at every Haystack release, or add it to the checklist of things to do manually at every release. @julian-risch what do you think is best here? |
I had a look at other PRs in Schemastore. Looks like all of them are manual PRs even if the only make changes to
I see that our GitHub actions automatically generate the schema file like |
Ok, let's keep it manual for now (not like it's a complex task anyway 😄) I'll add this step to the release checklist. I'd love to see how the release is carried out, so count me in for next week's! |
PR on Schemastore: SchemaStore/schemastore#2090 |
More info about versioning on SchemaStore. You can handle it on your side. You already have |
@julian-risch I'll restructure the PR as suggested by @GerryFerdinandus in the link. In this way I can probably automate the entire release of the new YAML schemas without the need to manually submit PRs to Schemastore at every release, which saves our and their time. |
@ZanSara that would be awesome! 🤩 |
After we created a YAML schema in #2020, we need to do the next step and publish it to the schema store so that it is easily accessible for everyone.
From the PR:
Steps:
The text was updated successfully, but these errors were encountered: