EaselPrereleaseTasks
(Difference between revisions)
(→Before Code Freeze) |
|||
Line 10: | Line 10: | ||
* Chrome extension | * Chrome extension | ||
** Bump the minor (not micro) version of the extension | ** Bump the minor (not micro) version of the extension | ||
+ | ** Increase the version sent by the IDE to the extension (see ExternalBrowserPlugin.getNetBeansVersion()) | ||
+ | ** Increase the version sent by the extension to the IDE (see NetBeans.VERSION in common.js) | ||
** Test the extension with previous releases of NetBeans | ** Test the extension with previous releases of NetBeans | ||
** Publish the extension on the Chrome Web Store | ** Publish the extension on the Chrome Web Store | ||
* Decide, whether Angular Js support will be a part of regular build or we move it to the UC. The same Ext Js support. | * Decide, whether Angular Js support will be a part of regular build or we move it to the UC. The same Ext Js support. |
Revision as of 11:40, 12 September 2013
Easel Prerelease Tasks
This page lists tasks that should be done (or at least considered) regularly towards the endgame of each release.
Before Code Freeze
- Update URLs to latest 3rd party JS libraries (all Site Templates)
- Refresh CDNJS snapshot bundled with the IDE
- Update bundled metadata for JS editor (jQuery, Knockout) to the latest release
- Chrome extension
- Bump the minor (not micro) version of the extension
- Increase the version sent by the IDE to the extension (see ExternalBrowserPlugin.getNetBeansVersion())
- Increase the version sent by the extension to the IDE (see NetBeans.VERSION in common.js)
- Test the extension with previous releases of NetBeans
- Publish the extension on the Chrome Web Store
- Decide, whether Angular Js support will be a part of regular build or we move it to the UC. The same Ext Js support.