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: site/content/en/contributions/RELEASING.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,15 +150,24 @@ export GITHUB_REMOTE=origin
150
150
{{- "v1.2.0" -}}
151
151
{{- end -}}
152
152
```
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
+
154
163
1. Update `site/hugo.toml`, change the version to current major version.
155
164
156
165
```console
157
166
# The version number for the version of the docs represented in this doc set.
158
167
# Used in the "version-banner" partial to display a version number for the
159
168
# current doc set.
160
169
version = "v1.3"
161
-
```
170
+
```
162
171
163
172
3. Sign, commit, and push your changes to your fork.
164
173
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
232
241
Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION} has been released: https://github.com/envoyproxy/gateway/releases/tag/v${MAJOR_VERSION}.${MINOR_VERSION}.0
233
242
```
234
243
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:
236
245
237
246
```shell
238
247
On behalf of the entire Envoy Gateway community, I am pleased to announce the release of Envoy Gateway
0 commit comments