From 7284d37e7834968417069739c270067c262f358e Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sun, 28 Jan 2024 21:32:45 -0800 Subject: [PATCH] Add 5.1 branch --- .gitmodules | 4 ++++ config/versions.yaml | 4 ++++ sites/5.1 | 1 + 3 files changed, 9 insertions(+) create mode 160000 sites/5.1 diff --git a/.gitmodules b/.gitmodules index f32ce856..96809ab8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,7 @@ path = sites/5.0 url = https://github.com/userfrosting/learn.git branch = 5.0 +[submodule "sites/5.1"] + path = sites/5.1 + url = https://github.com/userfrosting/learn.git + branch = 5.1 diff --git a/config/versions.yaml b/config/versions.yaml index 01410b33..bb1151c8 100644 --- a/config/versions.yaml +++ b/config/versions.yaml @@ -1,4 +1,8 @@ branches: + '5.1': + path: '/5.1' + label: '5.1 (Beta)' + visible: true '': path: '' label: '5.0' diff --git a/sites/5.1 b/sites/5.1 new file mode 160000 index 00000000..a0f35695 --- /dev/null +++ b/sites/5.1 @@ -0,0 +1 @@ +Subproject commit a0f356950f5318e39f753dc3c4869ad91753f6c0