Releases: zowe/zowe-cli-version-controller
Releases · zowe/zowe-cli-version-controller
Feature 1.8.0
- Support custom
nodeJsVersion
andnpmVersion
on the setup stage - Use npm@7 workspaces in Lerna monorepos for easier dependency management
- Add smoke test that runs after deploy to verify that package can be installed
- Revert package tag in nightly deployment pipeline if deployed package fails to install
Feature 1.7.0
- Adds support for monorepos managed by NPM and Lerna.
Feature 1.6.0
- Add the ability to add a registry for each dependency specified.
- Fixes possible error where a dev dependency is supposed to be pulled from a specific registry.
Patch 1.5.1
- Fix for release-registry-config. Failed deployment if it was null
Feature 1.5.0
- Add
emailList
parameter to the pipeline for notification purposes
Patch 1.4.1
- Remove confusing images from failing builds
- Save the exact version number of the specified dependency
Feature 1.4.0
- Add
releaseRegistryConfig
which is used for publishing purposes if the given protected branch doesn't have a prerelease string attached to it
Patch 1.3.4
- Save the exact version of the specified dependencies
Patch 1.3.3
- Fix #46 - Pipeline failure when specified dependencies have changed
Patch 1.3.2
Fixes:
- Fix devDependencies missing on npm publish
- Fix git tagging mechanism