File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 1
- <!--
2
-
3
- Note: Please refer to the Support Development Guidelines on the wiki page to consider backporting to active releases:
4
- https://openedx.atlassian.net/wiki/spaces/COMM/pages/4248436737/Support+Guidelines+for+active+releases
5
-
6
- Please give your pull request a short but descriptive title.
7
- Use conventional commits to separate and summarize commits logically:
8
- https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
9
-
10
- Use this template as a guide. Omit sections that don't apply.
11
- You may link to information rather than copy it, but only if the link is publicly readable.
12
- If the linked information must be private (because it contains secrets), clearly label the link as private.
13
-
14
- -->
15
-
16
1
## Description
17
2
18
3
Describe what this pull request changes, and why. Include implications for people using this change.
Original file line number Diff line number Diff line change 8
8
# The release line: an Open edX release name ("ficus"), or "master".
9
9
# This should always be "master" on the master branch, and will be changed
10
10
# manually when we start release-line branches, like open-release/ficus.master.
11
- RELEASE_LINE = "master "
11
+ RELEASE_LINE = "sumac "
12
12
13
13
14
14
def doc_version ():
You can’t perform that action at this time.
0 commit comments