-
Notifications
You must be signed in to change notification settings - Fork 703
update release process #6063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update release process #6063
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -150,15 +150,24 @@ export GITHUB_REMOTE=origin | |
| {{- "v1.2.0" -}} | ||
| {{- end -}} | ||
| ``` | ||
|
|
||
|
|
||
| 1. Update `site/hugo.toml`, add the new version to the `params.versions` section. | ||
|
|
||
| ```console | ||
| [[params.versions]] | ||
| version = "v1.3" | ||
| url = "/v1.3" | ||
| eol = "2025-07-30" | ||
| ``` | ||
|
|
||
| 1. Update `site/hugo.toml`, change the version to current major version. | ||
|
|
||
| ```console | ||
| # The version number for the version of the docs represented in this doc set. | ||
| # Used in the "version-banner" partial to display a version number for the | ||
| # current doc set. | ||
| version = "v1.3" | ||
| ``` | ||
| ``` | ||
|
|
||
| 3. Sign, commit, and push your changes to your fork. | ||
| 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 | |
| Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION} has been released: https://github.com/envoyproxy/gateway/releases/tag/v${MAJOR_VERSION}.${MINOR_VERSION}.0 | ||
| ``` | ||
|
|
||
| 2. Send a message to the Envoy Gateway Slack channel. For example: | ||
| 2. Send a message to the Envoy Gateway Slack channel and the [Google Group](https://groups.google.com/g/envoy-gateway-announce). For example: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it would be great if you can elaborate how to make announcement in google groups
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let’s just ask in the Slack channel — it’s a minor detail about how to use the mailing group. |
||
|
|
||
| ```shell | ||
| On behalf of the entire Envoy Gateway community, I am pleased to announce the release of Envoy Gateway | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.