Skip to content

Commit

Permalink
[BUGFIX] Change default branch for git-review
Browse files Browse the repository at this point in the history
When switching from `master` to `main` as default branch, it was
forgotten to change the `defaultbranch` value in `.gitreview` as
well.

Resolves: #97843
Releases: main
Change-Id: I84d011f86d0f165eeb9eccce757bb7fc32f54924
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75014
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
eliashaeussler authored and ohader committed Jul 1, 2022
1 parent 0c0077e commit 3aad7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitreview
Expand Up @@ -2,4 +2,4 @@
host=review.typo3.org
port=29418
project=Packages/TYPO3.CMS
defaultbranch=master
defaultbranch=main

0 comments on commit 3aad7ec

Please sign in to comment.