@@ -51,9 +51,9 @@ For a **PATCH** release:
51
51
one maintainer/codeowner to provide a ` lgtm ` .
52
52
- Verify the CI tests pass and merge the PR into ` release-x.x ` .
53
53
- Create a tag using the ` HEAD ` of the ` release-x.x ` branch. This can be done using the ` git ` CLI or
54
- Github 's [ release] [ release ] page.
54
+ GitHub 's [ release] [ release ] page.
55
55
- Run the ` make build-install-yaml ` command which will generate install files in the ` release/ ` directory.
56
- Attach these files to the Github release.
56
+ Attach these files to the GitHub release.
57
57
- Update the ` README.md ` and ` site-src/guides/index.md ` files to point links and examples to the new release.
58
58
59
59
For a ** MAJOR** or ** MINOR** release:
@@ -66,9 +66,9 @@ For a **MAJOR** or **MINOR** release:
66
66
exist until the tag is cut and image is promoted to production registry.)
67
67
- Verify the CI tests pass before continuing.
68
68
- Create a tag using the ` HEAD ` of the ` release-x.x ` branch. This can be done using the ` git ` CLI or
69
- Github 's [ release] [ release ] page.
69
+ GitHub 's [ release] [ release ] page.
70
70
- Run the ` make build-install-yaml ` command which will generate install files in the ` release/ ` directory.
71
- Attach these files to the Github release.
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
73
74
74
For an ** RC** release:
@@ -80,11 +80,11 @@ For an **RC** release:
80
80
- Include the changelog update in this PR.
81
81
- Merge the update PR.
82
82
- Tag the release using the commit on ` main ` where the changelog update merged.
83
- This can be done using the ` git ` CLI or Github 's [ release] [ release ]
83
+ This can be done using the ` git ` CLI or GitHub 's [ release] [ release ]
84
84
page.
85
85
- Run the ` make build-install-yaml ` command which will generate
86
86
install files in the ` release/ ` directory.
87
- - Attach these files to the Github release.
87
+ - Attach these files to the GitHub release.
88
88
89
89
### Promoting images to production registry
90
90
Gateway API follows the standard kubernetes image promotion process described [ here] [ kubernetes-image-promotion ] .
0 commit comments