/
Release management tips and tricks
Release management tips and tricks
See all open pull requests for a release:
https://github.com/pulls?q=is:pr+org:edx+base:open-release/koa.master+is:open
See all changes between two refs (tags, branches, commits)
To see all the changes between start-ref and end-ref (including the end, but not including the start):
$ git log end-ref ^start-ref
For example, what is on koa.master since koa.test01?
$ git log origin/open-release/koa.master ^origin/open-release/koa.test01
Related content
Process to Create an Open edX Release
Process to Create an Open edX Release
More like this
Open edX Release Testing
Open edX Release Testing
Read with this
Changelogs
Changelogs
More like this
Open edX Release Processes
Open edX Release Processes
Read with this
Open edX Release FAQ
Open edX Release FAQ
More like this
Open edX Release Schedule
Open edX Release Schedule
Read with this