Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The branch will be created based on the current state of the release branches described in each repo's openedx.yaml.  In particular, for edx-platform, this will be a weekly daily release.  Make note of which release it was, people will want to know this.

NOTE: the tag_release.py script is still fairly new.  DoubleDouble-check what it the script did to see how that it looks correct.

Get release notes started

...

Some changes need to be made directly on the release branch, because they are intended for the release itself, and should not be on master.

Release line

In openedx/core/release.py, edit the RELEASE_LINE line to indicate the release:

Code Block
RELEASE_LINE = "zebrawood"

Translations

We upload release-specific versions of the translated strings to Transifex. This is done by editing the .tx/config file on the release branch.  Add two clauses like this:

...