zowe-actions / octorelease

Extensible GitHub action to publish semantic releases
Apache License 2.0
4 stars 0 forks source link

Don't downgrade subpackage versions in monorepo #109

Closed t1m0thyj closed 1 year ago

t1m0thyj commented 1 year ago

https://github.com/zowe/zowe-cli/pull/1791

Before this PR was merged, we published v7.18.3 of the Zowe Secrets SDK. After it was merged with a "release-patch" label, v7.18.1 of Zowe CLI was published (good). And the Secrets SDK optional dependency of the CLI was downgraded to v7.18.1 (bad).

t1m0thyj commented 1 year ago

This was fixed by configuring Lerna to skip versioning for private packages in https://github.com/zowe/zowe-cli/pull/1799/commits/d8cc5bfc8e2d55ad4e5519f99e8b63253bd2da9d - thanks @traeok