Skip to content

Commit ec21ccb

Browse files
authored
Merge pull request #2681 from hrittikhere/patch-1
docs: Update the GitHub Case
2 parents 8e62cc3 + 50708f3 commit ec21ccb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ For a **PATCH** release:
5151
one maintainer/codeowner to provide a `lgtm`.
5252
- Verify the CI tests pass and merge the PR into `release-x.x`.
5353
- 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.
5555
- 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.
5757
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
5858

5959
For a **MAJOR** or **MINOR** release:
@@ -66,9 +66,9 @@ For a **MAJOR** or **MINOR** release:
6666
exist until the tag is cut and image is promoted to production registry.)
6767
- Verify the CI tests pass before continuing.
6868
- 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.
7070
- 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.
7272
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
7373

7474
For an **RC** release:
@@ -80,11 +80,11 @@ For an **RC** release:
8080
- Include the changelog update in this PR.
8181
- Merge the update PR.
8282
- 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]
8484
page.
8585
- Run the `make build-install-yaml` command which will generate
8686
install files in the `release/` directory.
87-
- Attach these files to the Github release.
87+
- Attach these files to the GitHub release.
8888

8989
### Promoting images to production registry
9090
Gateway API follows the standard kubernetes image promotion process described [here][kubernetes-image-promotion].

0 commit comments

Comments
 (0)