Skip to content

Commit

Permalink
chore(release): 5.5.40 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 12, 2024
1 parent 1f5e5ef commit 08807f6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.5.40](https://github.com/salesforcecli/plugin-release-management/compare/5.5.39...5.5.40) (2024-10-12)

### Bug Fixes

- **deps:** bump @salesforce/core from 8.6.1 to 8.6.2 ([d9cbfc9](https://github.com/salesforcecli/plugin-release-management/commit/d9cbfc9931d4939e4848e59ad5090b18321e6b9a))

## [5.5.39](https://github.com/salesforcecli/plugin-release-management/compare/5.5.38...5.5.39) (2024-10-05)

### Bug Fixes
Expand Down
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ EXAMPLES
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
```

_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/channel/promote.ts)_
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/channel/promote.ts)_

## `sfdx cli artifacts compare`

Expand All @@ -169,7 +169,7 @@ EXAMPLES
$ sfdx cli artifacts compare
```

_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/artifacts/compare.ts)_
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/artifacts/compare.ts)_

## `sfdx cli install jit test`

Expand All @@ -190,7 +190,7 @@ EXAMPLES
$ sfdx cli install jit test
```

_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/install/jit/test.ts)_
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/install/jit/test.ts)_

## `sfdx cli install test`

Expand Down Expand Up @@ -231,7 +231,7 @@ EXAMPLES
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
```

_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/install/test.ts)_
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/install/test.ts)_

## `sfdx cli release automerge`

Expand Down Expand Up @@ -262,7 +262,7 @@ EXAMPLES
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
```

_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/release/automerge.ts)_
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/release/automerge.ts)_

## `sfdx cli release build`

Expand Down Expand Up @@ -325,7 +325,7 @@ EXAMPLES
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
```

_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/release/build.ts)_
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/release/build.ts)_

## `sfdx cli releasenotes`

Expand Down Expand Up @@ -366,7 +366,7 @@ EXAMPLES
$ sfdx cli releasenotes --cli sf --markdown > changes.md
```

_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/releasenotes.ts)_
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/releasenotes.ts)_

## `sfdx cli tarballs prepare`

Expand Down Expand Up @@ -394,7 +394,7 @@ EXAMPLES
$ sfdx cli tarballs prepare
```

_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/tarballs/prepare.ts)_
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/tarballs/prepare.ts)_

## `sfdx cli tarballs smoke`

Expand Down Expand Up @@ -424,7 +424,7 @@ EXAMPLES
$ sfdx cli tarballs smoke
```

_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/tarballs/smoke.ts)_
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/tarballs/smoke.ts)_

## `sfdx cli tarballs verify`

Expand Down Expand Up @@ -456,27 +456,26 @@ EXAMPLES
$ sfdx cli tarballs verify --cli sf
```

_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/tarballs/verify.ts)_
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/tarballs/verify.ts)_

## `sfdx cli versions inspect`

inspect the CLI version across all install paths

```
USAGE
$ sfdx cli versions inspect -c legacy|stable|stable-rc|latest|latest-rc|nightly... -l archive|npm... --cli sf|sfdx
[--json] [--flags-dir <value>] [-d <value>...] [-s]
$ sfdx cli versions inspect -c stable|stable-rc|latest|latest-rc|nightly... -l archive|npm... [--json] [--flags-dir
<value>] [-d <value>...] [-s] [--ignore-missing]
FLAGS
-c, --channels=<option>... (required) the channel you want to inspect (for achives, latest and latest-rc are
translated to stable and stable-rc. And vice-versa for npm)
<options: legacy|stable|stable-rc|latest|latest-rc|nightly>
<options: stable|stable-rc|latest|latest-rc|nightly>
-d, --dependencies=<value>... glob pattern of dependencies you want to see the version of
-l, --locations=<option>... (required) the location you want to inspect
<options: archive|npm>
-s, --salesforce show versions of salesforce owned dependencies
--cli=<option> (required) [default: sfdx] the CLI you want to inspect
<options: sf|sfdx>
--ignore-missing skip missing archives. Useful when supporting new architectures in oclif
GLOBAL FLAGS
--flags-dir=<value> Import flag values from a directory.
Expand Down Expand Up @@ -509,7 +508,7 @@ EXAMPLES
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
```

_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/cli/versions/inspect.ts)_
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/cli/versions/inspect.ts)_

## `sfdx dependabot automerge`

Expand Down Expand Up @@ -549,7 +548,7 @@ EXAMPLES
$ sfdx dependabot automerge --max-version-bump major
```

_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/dependabot/automerge.ts)_
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/dependabot/automerge.ts)_

## `sfdx github check closed`

Expand All @@ -576,7 +575,7 @@ EXAMPLES
$ sfdx github check closed -o me@gus.com
```

_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/github/check/closed.ts)_
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/github/check/closed.ts)_

## `sfdx npm dependencies pin`

Expand All @@ -602,7 +601,7 @@ DESCRIPTION
in the package.json
```

_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/npm/dependencies/pin.ts)_
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/npm/dependencies/pin.ts)_

## `sfdx npm package release`

Expand Down Expand Up @@ -634,7 +633,7 @@ DESCRIPTION
publish npm package
```

_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/npm/package/release.ts)_
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/npm/package/release.ts)_

## `sfdx plugins trust verify`

Expand Down Expand Up @@ -702,6 +701,6 @@ EXAMPLES
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
```

_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.39/src/commands/repositories/index.ts)_
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.40/src/commands/repositories/index.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-release-management",
"description": "A plugin for preparing and publishing npm packages",
"version": "5.5.39",
"version": "5.5.40",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"type": "module",
Expand Down

0 comments on commit 08807f6

Please sign in to comment.