Git checkout release/ulmo

Open edX developers! We just created the release/ulmo branch in 41 Open edX repositories. :warning: THESE BRANCHES ARE NOT FOR PUBLIC CONSUMPTION :warning: They are only meant to provide a first reference point for developers and contributors, notably the Build/Test/Release working group, who want to help build Teak, the next release of Open edX.

Please report any issues that you find by opening an issue on the Build/Test/Release Working Group board.

For reference, here is the full list of repos that are included in the release:

openedx/edx-platform
openedx/openedx-demo-course
openedx/edx-notes-api
openedx/course-discovery
openedx/credentials
openedx/frontend-app-gradebook
openedx/cypress-e2e-tests
openedx/frontend-app-publisher
openedx/frontend-app-profile
openedx/frontend-app-account
openedx/frontend-app-learning
openedx/enterprise-catalog
openedx/tinymce-language-selector
openedx/license-manager
openedx/frontend-app-authoring
openedx/frontend-app-discussions
openedx/frontend-app-authn
openedx/frontend-app-learner-record
openedx/frontend-app-ora-grading
openedx/frontend-app-communications
openedx/enterprise-access
openedx/docs.openedx.org
openedx/frontend-app-learner-dashboard
openedx/openedx-translations
openedx/xblock-skill-tagging
openedx/openedx-aspects
openedx/event-bus-redis
openedx/openedx-app-android
openedx/openedx-app-ios
openedx/aspects-dbt
openedx/openedx-wordpress-ecommerce
openedx/frontend-app-ora
openedx/frontend-plugin-framework
openedx/platform-plugin-aspects
openedx/forum
openedx/openedx-app-foundation-ios
openedx/openedx-app-foundation-android
openedx/openedx-app-firebase-analytics-ios
openedx/openedx-app-firebase-analytics-android
openedx/codejail-service
openedx/frontend-app-admin-console

2 Likes

Just as an FYI, we didn’t want a release branch made on the docs repo, because so much documentation happens between the cut and the release and backporting so many docs changes is a big cognitive overhead. Is it possible to delete the Ulmo branch from docs.openedx.org and recreate it when the release is final?

We’ve also removed the branches from openedx/forum and openedx/tinymce-language-selector. These are packages which get installed into other repositories at pinned versions, so we don’t want to redundantly tag them with named release information.

@kmccormick We did have issues with a bunch of repos since they have the fields enabled in openedx.yaml, we contemplated on should we cut a branch or not. Thank you for letting us know and also for updating all the repos.

@sarina Thank you for reporting it I think we handled it in build: Don't branch or tag this in the named release by kdmccormick · Pull Request #1310 · openedx/docs.openedx.org · GitHub