From df6f1ea5876e53c3701adbe14bfef543a5e6917a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 6 Jan 2024 08:45:30 +0000 Subject: [PATCH] chore(release): 4.5.21 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 34 +++++++++++++++++----------------- package.json | 2 +- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49df6f5d..e251bc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.5.21](https://github.com/salesforcecli/plugin-release-management/compare/4.5.20...4.5.21) (2024-01-06) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.4.2 to 6.4.4 ([403dbbd](https://github.com/salesforcecli/plugin-release-management/commit/403dbbd19dbf355cd56529eefcca0fb8027a70dc)) + ## [4.5.20](https://github.com/salesforcecli/plugin-release-management/compare/4.5.19...4.5.20) (2024-01-06) ### Bug Fixes diff --git a/README.md b/README.md index d6a9503b..795b06f1 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ EXAMPLES $ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac ``` -_See code: [lib/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/channel/promote.ts)_ +_See code: [lib/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/channel/promote.ts)_ ## `sfdx cli:artifacts:compare` @@ -180,7 +180,7 @@ EXAMPLES $ sfdx cli:artifacts:compare ``` -_See code: [lib/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/artifacts/compare.ts)_ +_See code: [lib/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/artifacts/compare.ts)_ ## `sfdx cli:install:jit:test` @@ -200,7 +200,7 @@ EXAMPLES $ sfdx cli:install:jit:test ``` -_See code: [lib/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/install/jit/test.ts)_ +_See code: [lib/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/install/jit/test.ts)_ ## `sfdx cli:install:test` @@ -240,7 +240,7 @@ EXAMPLES $ sfdx cli:install:test --cli sf --method tarball --channel stable-rc ``` -_See code: [lib/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/install/test.ts)_ +_See code: [lib/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/install/test.ts)_ ## `sfdx cli:release:automerge` @@ -269,7 +269,7 @@ EXAMPLES $ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049 ``` -_See code: [lib/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/release/automerge.ts)_ +_See code: [lib/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/release/automerge.ts)_ ## `sfdx cli:release:build` @@ -330,7 +330,7 @@ EXAMPLES $ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config ``` -_See code: [lib/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/release/build.ts)_ +_See code: [lib/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/release/build.ts)_ ## `sfdx cli:releasenotes` @@ -370,7 +370,7 @@ EXAMPLES $ sfdx cli:releasenotes --cli sf --markdown > changes.md ``` -_See code: [lib/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/releasenotes.ts)_ +_See code: [lib/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/releasenotes.ts)_ ## `sfdx cli:schemas:compare` @@ -392,7 +392,7 @@ EXAMPLES $ sfdx cli:schemas:compare ``` -_See code: [lib/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/schemas/compare.ts)_ +_See code: [lib/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/schemas/compare.ts)_ ## `sfdx cli:tarballs:prepare` @@ -419,7 +419,7 @@ EXAMPLES $ sfdx cli:tarballs:prepare ``` -_See code: [lib/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/tarballs/prepare.ts)_ +_See code: [lib/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/tarballs/prepare.ts)_ ## `sfdx cli:tarballs:smoke` @@ -448,7 +448,7 @@ EXAMPLES $ sfdx cli:tarballs:smoke ``` -_See code: [lib/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/tarballs/smoke.ts)_ +_See code: [lib/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/tarballs/smoke.ts)_ ## `sfdx cli:tarballs:verify` @@ -479,7 +479,7 @@ EXAMPLES $ sfdx cli:tarballs:verify --cli sf ``` -_See code: [lib/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/tarballs/verify.ts)_ +_See code: [lib/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/tarballs/verify.ts)_ ## `sfdx cli:versions:inspect` @@ -531,7 +531,7 @@ EXAMPLES $ sfdx cli:versions:inspect -l npm -c latest -d chalk -s ``` -_See code: [lib/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/cli/versions/inspect.ts)_ +_See code: [lib/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/cli/versions/inspect.ts)_ ## `sfdx dependabot:automerge` @@ -570,7 +570,7 @@ EXAMPLES $ sfdx dependabot:automerge --max-version-bump major ``` -_See code: [lib/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/dependabot/automerge.ts)_ +_See code: [lib/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/dependabot/automerge.ts)_ ## `sfdx github:check:closed` @@ -596,7 +596,7 @@ EXAMPLES $ sfdx github:check:closed -o me@gus.com ``` -_See code: [lib/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/github/check/closed.ts)_ +_See code: [lib/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/github/check/closed.ts)_ ## `sfdx npm:dependencies:pin` @@ -621,7 +621,7 @@ DESCRIPTION in the package.json ``` -_See code: [lib/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/npm/dependencies/pin.ts)_ +_See code: [lib/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/npm/dependencies/pin.ts)_ ## `sfdx npm:package:release` @@ -652,7 +652,7 @@ DESCRIPTION publish npm package ``` -_See code: [lib/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/npm/package/release.ts)_ +_See code: [lib/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/npm/package/release.ts)_ ## `sfdx plugins:trust:verify` @@ -718,6 +718,6 @@ EXAMPLES $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url ``` -_See code: [lib/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.20/lib/commands/repositories/index.ts)_ +_See code: [lib/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.21/lib/commands/repositories/index.ts)_ diff --git a/package.json b/package.json index 1187e9f0..8f1a8a15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-release-management", "description": "A plugin for preparing and publishing npm packages", - "version": "4.5.20", + "version": "4.5.21", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "bin": {