realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

Hoist Realm JS release notes into Realm Studios release notes

Open kraenhansen opened this issue 6 years ago • 2 comments

To increase transparency around compatibility the Realm Studio releases should hoist the Realm JS release notes / changelog into Realm Studios release notes.

This could probably be achieved when preparing a build by:

  1. Determining tag of the most recent release of Realm Studio (using git describe --abbrev=0 --tags)
  2. Checking out at the latest release tag and reading the Realm JS version from the package lock.
  3. Checking out the latest version of master, npm installing to get the current version of Realm JS.
  4. Parse the node_modules/realm/CHANGELOG.md to get the changes between the two versions of Realm JS.
  5. Append this to the changelog in a > quote.

kraenhansen avatar Jun 13 '18 08:06 kraenhansen