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 |
0 commit comments