Skip to content

Commit e445d8a

Browse files
authored
Merge pull request #35781 from raccoongang/max/release_line_update_sumac
build: kickoff the Sumac release
2 parents 2f49b81 + 5a42d35 commit e445d8a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
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-
161
## Description
172

183
Describe what this pull request changes, and why. Include implications for people using this change.

openedx/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The release line: an Open edX release name ("ficus"), or "master".
99
# This should always be "master" on the master branch, and will be changed
1010
# manually when we start release-line branches, like open-release/ficus.master.
11-
RELEASE_LINE = "master"
11+
RELEASE_LINE = "sumac"
1212

1313

1414
def doc_version():

0 commit comments

Comments
 (0)