-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
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:
- Determining tag of the most recent release of Realm Studio (using git describe --abbrev=0 --tags)
- Checking out at the latest release tag and reading the Realm JS version from the package lock.
- Checking out the latest version of master, {{npm install}}ing to get the current version of Realm JS.
- Parse the node_modules/realm/CHANGELOG.md to get the changes between the two versions of Realm JS.
- Append this to the changelog in a > quote.