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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Exceptions may be made when links to external URLs have been changed by a 3rd pa
10
10
11
11
Published versions of the specification are in the `versions/` folder.
12
12
The under-development versions of the specification are in the file `src/oas.md` on the appropriately-versioned branch.
13
-
For example, work on the next release for 3.2 is on `v3.2-dev` in the file `src/oas.md`.
13
+
For example, work on the next patch release for 3.2 is on `v3.2-dev` in the file `src/oas.md`, and work on the next minor release with additional features for 3.3 is on `v3.3-dev`.
14
14
15
15
The [spec site](https://spec.openapis.org) is the source of truth for the OpenAPI specification as it contains all the citations and author credits (the markdown in this repository was previously the authoritative version until 2024).
16
16
@@ -24,7 +24,8 @@ The current active specification releases are:
24
24
| Version | Branch | Notes |
25
25
| ------- | ------ | ----- |
26
26
| 3.1.2 |`v3.1-dev`| active patch release line |
27
-
| 3.2.0 |`v3.2-dev`| minor release in development |
27
+
| 3.2.0 |`v3.2-dev`| active patch release line |
28
+
| 3.3.0 |`v3.3-dev`| minor release in development |
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Looking to see how you can create your own OpenAPI definition, present it, or ot
33
33
The current process for developing the OpenAPI Specification is described in
34
34
the [Contributing Guidelines](CONTRIBUTING.md).
35
35
36
-
Developing the next version of the OpenAPI Specification is guided by the [Technical Steering Committee (TSC)](https://www.openapis.org/participate/how-to-contribute/governance#TDC). This group of committers bring their API expertise, incorporate feedback from the community, and expand the group of committers as appropriate. All development activity on the future specification will be performed as features and merged into this branch. Upon release of the future specification, this branch will be merged to `main`.
36
+
Developing the next version of the OpenAPI Specification is guided by the [Technical Steering Committee (TSC)](MAINTAINERS.md). This group of committers bring their API expertise, incorporate feedback from the community, and expand the group of committers as appropriate. All development activity on the future specification will be performed as features and merged into this branch. Upon release of the future specification, this branch will be merged to `main`.
37
37
38
38
The TSC holds weekly web conferences to review open pull requests and discuss open issues related to the evolving OpenAPI Specification. Participation in weekly calls and scheduled working sessions is open to the community. You can view the entire OpenAPI [technical meeting calendar](https://calendar.google.com/calendar/u/0/[email protected]) online.
0 commit comments