-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
schemas: add WORK-IN-PROGRESS placeholders, don't mention patch numbers, update terminology #4146
Conversation
* Replace all dates with WORK-IN-PROGRESS * Append a date segement (as WORK-IN-PROGRESS) where missing * Adjust refs and other fields to WORK-IN-PROGRESS * Remove mention of specific patch releases * Use capital-D Document and Description according to new rules
@ralfhandl As I noted in my comments on #4139, I am aware that this is more complex. I also noted there (and apparently forgot to note here, for which I apologize- if you read this first it was no doubt confusing) that it's probably fine to just change all of the dates at once for now. Certainly the first time we publish things we'll have changes to So for now, a global search-and-replace is fine. We can then refine it. The rules are fairly straightforward:
I think this will be easier to manage once we fix the branching. We need a But doing this will make it easier to manage which of the various schema dates need updating. Keep in mind also that you can search/replace |
If we remove the ready-to-use |
I realized that we can't both host a schema ending in Note that the vocabulary URI (not to be confused with the vocabulary metaschema URI) does not get a date as it is about the semantics, which aren't going to change within a minor release line even if we correct or add commentary to the corresponding metaschema. It's not ideal to have this |
Resolved conflicts and aligned the two README.md files. |
To be consistent with the other YAML files
I'd like to merge this and address it in the build scripts rather than resuming publication of schemas with absent dates and misleading patch release guidance.