diff --git a/Makefile b/Makefile index cdbcc94f85..428a70ae23 100644 --- a/Makefile +++ b/Makefile @@ -67,9 +67,9 @@ integration-win: binaries/client build-extension-types build-extensions build: node_modules binaries/client build-extensions yarn run compile ifeq "$(DETECTED_OS)" "Windows" - ./node_modules/.bin/electron-builder --publish onTag --x64 --ia32 + yarn run electron-builder --publish onTag --x64 --ia32 else - ./node_modules/.bin/electron-builder --publish onTag + yarn run electron-builder --publish onTag endif $(extension_node_modules): diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index abfdc761c6..76835712ee 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,9 +2,12 @@ Here you can find description of changes we've built into each release. While we try our best to make each upgrade automatic and as smooth as possible, there may be some cases where you might need to do something to ensure the application works smoothly. So please read through the release highlights! -## 5.0.0-alpha.1 (current version) +## 5.0.0-alpha.2 (current version) - Workspaces are replaced by Catalog & Hotbar +- YAML Templates in Create Resource dock tab +- Add support for viewing 'User-supplied values' of helm release +- Add ability to configure the locale timezone ## 4.2.1