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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,9 +211,9 @@ The steps for creating a `vX.Y.Z-rel` branch are:
211
211
- merge changes to `src/oas.md` back into `vX.Y-dev` via PR
212
212
4. Create `vX.Y.Z-rel` from `vX.Y-dev` and adjust it
213
213
- the bash script `scripts/adjust-release-branch.sh` does this:
214
-
-move file `src/oas.md` to `versions/X.Y.Z.md`
214
+
-copy file `src/oas.md` to `versions/X.Y.Z.md` and replace the release date placeholder `| TBD |` in the history table of Appendix A with the current date
215
215
- copy file `EDITORS.md` to `versions/X.Y.Z-editors.md`
216
-
- delete folder `src/schemas`
216
+
- delete folder `src`
217
217
- delete version-specific files and folders from `tests/schema`
0 commit comments