Skip to content

Commit 5ef7cdd

Browse files
authored
update release process (#6063)
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
1 parent b8254b5 commit 5ef7cdd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

site/content/en/contributions/RELEASING.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,24 @@ export GITHUB_REMOTE=origin
150150
{{- "v1.2.0" -}}
151151
{{- end -}}
152152
```
153-
153+
154+
1. Update `site/hugo.toml`, add the new version to the `params.versions` section.
155+
156+
```console
157+
[[params.versions]]
158+
version = "v1.3"
159+
url = "/v1.3"
160+
eol = "2025-07-30"
161+
```
162+
154163
1. Update `site/hugo.toml`, change the version to current major version.
155164

156165
```console
157166
# The version number for the version of the docs represented in this doc set.
158167
# Used in the "version-banner" partial to display a version number for the
159168
# current doc set.
160169
version = "v1.3"
161-
```
170+
```
162171

163172
3. Sign, commit, and push your changes to your fork.
164173
4. Submit a [Pull Request][] to merge the changes into the `main` branch. Do not proceed until all your PRs have merged
@@ -232,7 +241,7 @@ It's important that the world knows about the release. Use the following steps t
232241
Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION} has been released: https://github.com/envoyproxy/gateway/releases/tag/v${MAJOR_VERSION}.${MINOR_VERSION}.0
233242
```
234243
235-
2. Send a message to the Envoy Gateway Slack channel. For example:
244+
2. Send a message to the Envoy Gateway Slack channel and the [Google Group](https://groups.google.com/g/envoy-gateway-announce). For example:
236245
237246
```shell
238247
On behalf of the entire Envoy Gateway community, I am pleased to announce the release of Envoy Gateway

0 commit comments

Comments
 (0)