Skip to content

Commit

Permalink
Add PR review to release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andip1403 committed Jun 18, 2024
1 parent 99097f9 commit b4c487d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release/release-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ $ git tag "v1910.1-1"
$ git push origin "v1910.1-1"
```

Alternatively, for a more transparent review process, create a PR from `develop` to `main`. In this case, you can
skip the first three steps. The reviewer gets an overview of the recent changes on GitHub, and the PR can be directly
merged after approval.

## 6. Create GitHub Release

* Create a GitHub release from the tag and the copy the changelog entries to the
Expand Down

0 comments on commit b4c487d

Please sign in to comment.