Skip to content

Commit

Permalink
Add note about pre-testing RCs with dummy PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Dec 31, 2024
1 parent 112ff1f commit aa57ae1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/developers/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,22 @@ Create or update the corresponding maintenance branch
# Push the updated maintenance branch to the remote repository
git push -u apache maint-X.Y.Z
Optional: Before Creating a Release Candidate
---------------------------------------------

Some release managers prefer to perform testing before creating the first
release candidate to avoid the need to create multiple release candidates within
a given release.

To test before creating a release candiate:

* Create a pull request from the up-to-date maint-X.Y.Z branch onto main
* Title the pull request "WIP: Dummy PR to check maint-X.Y.Z status"
* Comment on the pull request to trigger the relevant Crossbow jobs:

* ``@github-actions crossbow submit --group verify-rc-source``
* ``@github-actions crossbow submit --group packaging``

Create the Release Candidate branch from the updated maintenance branch
-----------------------------------------------------------------------

Expand Down

0 comments on commit aa57ae1

Please sign in to comment.