Release Web UI ftest for HF01 with the following steps:
- update version on plugin-nuxeo-web-ui/nuxeo-web-ui-ftest/package.json to the version to be released (without the -SNAPSHOT), in this case to 2.2.1.
- run npm publish for registry https://mavenin.nuxeo.com/nexus3/repository/npmjs-nuxeo-release/ scoped for @nuxeo
- requires npm login --registry=https://mavenin.nuxeo.com/nexus3/repository/npmjs-nuxeo-release/ --scope=@nuxeo
- then run npm publish on plugin-nuxeo-web-ui/nuxeo-web-ui-ftest
- update and commit version on plugin-nuxeo-web-ui/nuxeo-web-ui-ftest/package.json to next snapshot, in this case 2.2.2-SNAPSHOT.
- update dependency on nuxeo-web-ui-ftest for other addons with functional tests for the Web UI. So far only DAM does it.