Skip to content

Commit

Permalink
dev-docs: improve patch release documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Mar 12, 2024
1 parent 8e0412b commit 3c32c84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@

## Patch

> [!NOTE]
> We do backports by applying backport labels (`backport release/v<minor>`) to PRs that should be backported.
> The backport then happens automatically by the backport action on merge. If you label a PR that was already
> merged, the backport action can be triggered by adding a `/backport` comment. Ensure the backport PR has
> the proper label to gets listed in the release notes.

1. Ensure all needed PRs were backported to the current release branch, and all backport PRs were merged.

2. Export the release you want to make:
Expand All @@ -48,6 +54,7 @@

```sh
git switch "release/${REL_VER%.*}"
git pull
```

4. Create a new temporary branch for the relese:
Expand Down

0 comments on commit 3c32c84

Please sign in to comment.