From 6d38d6272b949d46a0028086621d22d06b73b640 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Wed, 8 Mar 2023 21:01:27 +0000 Subject: [PATCH] build: Update release branch name (#31896) This is part of https://github.com/edx/edx-arch-experiments/issues/212. 2U is switching to using a prefix to reflect edx-platform's position as a community repo. Our deployment process will also no longer produce per-deploy branches and tags. This one branch will remain in place rather than being kept in a private repo since the named-release branch-cutting process still uses this as an indicator of what code has been field-tested. --- openedx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx.yaml b/openedx.yaml index 5a427d4da3..867c055959 100644 --- a/openedx.yaml +++ b/openedx.yaml @@ -2,7 +2,7 @@ # https://open-edx-proposals.readthedocs.io/en/latest/oep-0002-bp-repo-metadata.html#specification nick: edx -openedx-release: {ref: release} +openedx-release: {ref: "2u/release"} oeps: oep-2: true