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: RELEASE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ The following steps must be done by one of the [Gateway API maintainers][gateway
74
74
Attach these files to the GitHub release.
75
75
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
76
76
- Update the implementation table path (`nav.Implementations.Comparison`) in the nav of `mkdocs.yml` to point to the latest release file (for example Implementation Comparison points to `implementation-table-v1.2.0.md`). Add the now past version under `Past Version Comparisons`, and edit the text blurb in `mkdocs-generate-conformance.py` to also reflect the added past version.
77
+
- Update `hack/mkdocs/generate.sh` and add the new `release-x.x` to the array of releases.
78
+
- Update `nav.yml.tmpl` and add the new release to the `API specification` field. Execute `./hack/update-mkdocs-nav.sh` after that.
77
79
78
80
#### For an **RC** release:
79
81
- Update `pkg/consts/consts.go` with the new semver tag (like `v1.2.0-rc1`) and any updates to the API review URL.
0 commit comments