mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Adding note to rebase and not squash when merging patch release PR
to preserve cherry-picked commits. Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
committed by
Stephan Renatus
parent
4afcfb992b
commit
86b506b4c4
@@ -217,7 +217,10 @@ git push origin release-0.14
|
||||
|
||||
Open a Pull Request against the upstream release branch. Be careful to open the
|
||||
Pull Request against the correct upstream release branch. **DO NOT** open/merge
|
||||
the Pull Request into main or other release branches:
|
||||
the Pull Request into main or other release branches.
|
||||
|
||||
> Note: Make sure to do a "Rebase and merge" and NOT a squash when merging the PR, to preserve the cherry-picked commits.
|
||||
> Alternatively, the cherry-picks can be pushed to `upstream` before submitting the PR.
|
||||
|
||||
Once the Pull Request has merged fetch the latest changes and tag the commit to
|
||||
prepare for publishing. Use the same instructions as defined above in normal
|
||||
|
||||
Reference in New Issue
Block a user