Skip to content

Releases: zowe/zowe-cli-version-controller

Feature 1.8.0

09 Jul 13:39
55228bb
Compare
Choose a tag to compare
  • Support custom nodeJsVersion and npmVersion 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

26 Oct 19:52
6c06a49
Compare
Choose a tag to compare
  • Adds support for monorepos managed by NPM and Lerna.

Feature 1.6.0

14 Oct 18:03
2ced6a2
Compare
Choose a tag to compare
  • 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

27 Aug 13:15
443baa6
Compare
Choose a tag to compare
  • Fix for release-registry-config. Failed deployment if it was null

Feature 1.5.0

27 Aug 12:59
c3325af
Compare
Choose a tag to compare
  • Add emailList parameter to the pipeline for notification purposes

Patch 1.4.1

26 Aug 14:50
Compare
Choose a tag to compare
  • Remove confusing images from failing builds
  • Save the exact version number of the specified dependency

Feature 1.4.0

01 Aug 17:00
fdcdf38
Compare
Choose a tag to compare
  • 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

01 Aug 13:55
Compare
Choose a tag to compare
  • Save the exact version of the specified dependencies

Patch 1.3.3

17 Jun 14:19
fed8129
Compare
Choose a tag to compare
  • Fix #46 - Pipeline failure when specified dependencies have changed

Patch 1.3.2

12 Jun 15:41
e4091c6
Compare
Choose a tag to compare

Fixes:

  • Fix devDependencies missing on npm publish
  • Fix git tagging mechanism