Skip to content

Commit 2357db6

Browse files
salonichf5nowjean
authored andcommitted
Update release doc with more information (nginx#3506)
docs: Update release doc with more information
1 parent ed60e9f commit 2357db6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/developer/release-process.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,15 @@ To create a new release, follow these steps:
5454
the [GitHub releases](https://github.com/nginx/nginx-gateway-fabric/releases) after the release branch is
5555
created. If included, use the Release Notes specified in a PR.
5656
- If the supported Gateway API minor version has changed since the last release, add a note to the release notes explaining if the previous version is no longer supported.
57-
6. Ensure you are on the latest version of the release branch and are up-to-date on all commits, then create and push the release tag in the format `vX.Y.Z`. As a result, the CI/CD pipeline will:
57+
- Merge the release PR once it has received all necessary approvals.
58+
6. Ensure you are on the latest version of the release branch and are up-to-date on all commits, then create and push the release tag in the format `vX.Y.Z`.
59+
60+
```shell
61+
git tag vX.Y.Z
62+
git push upstream vX.Y.Z
63+
```
64+
65+
As a result, the CI/CD pipeline will:
5866
- Build NGF, NGINX and NGINX Plus container images with the release tag `X.Y.Z` and push them to the registries.
5967
- Package and publish the Helm chart to the registry.
6068
- Create a GitHub release with an autogenerated changelog and attached release artifacts.

0 commit comments

Comments
 (0)