-
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
Open Community (TDC) Meeting, Thursday 29 August 2024 #4047
Comments
3.1.1
3.0.4
Roadmap
|
in the context of #2996 i wonder if we should have a Schema version not only per major version only but as well for minor version ie 3.0 / 3.1 , the question can be raised as the introduction to 3.2 |
Here is the plan for the 3.0.4 and 3.1.1 patch releases, we're going to need more input on some of these things, probably from @darrelmiller, @earth2marsh and @webron who have done this before and whom we might embarrass in public if we get this wrong in some way. What else to include: Only the clarification on the security wording SHOULD be included (not MUST, we won't wait). Release process: (we're winging this, more additions or corrections would help us a lot)
Announcing:
Post release:
|
Regarding the mechanics of merging the branches to main, I took a look at the v3.0.4-dev branch to see what files are actually changed there: base=$(git merge-base main v3.0.4-dev)
>git diff --name-only $base..v3.0.4-dev
.github/workflows/validate-markdown.yaml
.gitignore
.markdownlint.yaml
package.json
scripts/format-markdown.sh
versions/3.0.4.md The Update: Simply pulling over the latest files from main will not fix the merge conflicts, so we'll need something more advanced here. Not sure what. |
I've created a draft PR that will merge main into v3.0.4-dev and resolve the two merge conflicts, see PR description After that we should be able to merge v3.0.4-dev into main without difficulties. |
For guidance on the release process, see: https://github.com/OAI/OpenAPI-Specification/blob/main/DEVELOPMENT.md#release-process That describes what approvals are required for patch/minor/major releases. |
Weekly meetings happen on Thursdays at 9am - 10am Pacific
This agenda gives visibility into discussion topics for the weekly Technical Developer Community (TDC) meetings. Sharing agenda items in advance allows people to plan to attend meetings where they have an interest in specific topics.
Whether attending or not, anyone can comment on this issue prior to the meeting to suggest topics or to add comments on planned topics or proposals.
Meetings take place over Zoom: https://zoom.us/j/975841675, dial-in passcode: 763054
Accessibility & Etiquette
Participants must abide by our Code-of-Conduct.
Meetings are recorded for future reference, and for those who are not able to attend in-person.
We invite you to feel comfortable to challenge any language or behaviour that is harmful or not inclusive during this meeting.
We look forward to your participation, but please consider these acts of etiquette:
Agenda Structure
/cc @OAI/tsc please suggest items for inclusion.
The text was updated successfully, but these errors were encountered: