Run
make build
and find the result here: output/onlyoffice-editor.zip
make test
git fetch --depth=1 https://github.com/ONLYOFFICE/sdkjs.git v8.3.0.83
git diff FETCH_HEAD HEAD:sdkjs
git fetch --depth=1 https://github.com/ONLYOFFICE/web-apps.git v8.3.0.83
git diff FETCH_HEAD HEAD:web-apps
Instead of calling git diff ...
, you can use git difftool --dir-diff ...
with the same parameters, to see the diff in a UI.
git subtree pull --prefix sdkjs https://github.com/ONLYOFFICE/sdkjs.git <TAG> --squash
git subtree pull --prefix web-apps https://github.com/ONLYOFFICE/web-apps.git <TAG> --squash