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
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The following steps must be done by one of the [Gateway API maintainers][gateway
70
70
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory.
71
71
Attach these files to the GitHub release.
72
72
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
73
-
- 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 `implmenetation-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.
73
+
- 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.
74
74
75
75
#### For an **RC** release:
76
76
- 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