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: docs/developer/release-process.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ To create a new release, follow these steps:
30
30
3. Test the main branch for release-readiness. For that, use the `edge` containers, which are built from the main
31
31
branch, and the [example applications](/examples).
32
32
4. If a problem is found, prepare a fix PR, merge it into the main branch and return to the previous step.
33
-
5. If the supported Gateway API minor version has changed since the last release, test NGF with the previous version of the Gateway API CRDs.
34
-
6. If a problem is found, add a note to the release notes explaining that the previous version is not supported.
35
-
7. Create a release branch with a name that follows the `release-X.Y`format.
33
+
5. If the supported Gateway API minor version has changed since the last release, test NGINX Gateway Fabric with the previous version of the Gateway API CRDs.
34
+
6. If a compatibility issue is found, add a note to the release notes explaining that the previous version is not supported.
35
+
7. Create a release branch following the `release-X.Y`naming convention.
36
36
8. Prepare and merge a PR into the release branch to update the repo files for the release:
37
37
1. Update the Helm [Chart.yaml](/deploy/helm-chart/Chart.yaml): the `appVersion` to `X.Y.Z`, the icon and source
38
38
URLs to point at `vX.Y.Z`, and bump the `version`.
0 commit comments