Skip to content

Commit 08807f6

Browse files
committed
chore(release): 5.5.40 [skip ci]
1 parent 1f5e5ef commit 08807f6

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.5.40](https://github.com/salesforcecli/plugin-release-management/compare/5.5.39...5.5.40) (2024-10-12)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.6.1 to 8.6.2 ([d9cbfc9](https://github.com/salesforcecli/plugin-release-management/commit/d9cbfc9931d4939e4848e59ad5090b18321e6b9a))
6+
17
## [5.5.39](https://github.com/salesforcecli/plugin-release-management/compare/5.5.38...5.5.39) (2024-10-05)
28

39
### Bug Fixes

README.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ EXAMPLES
145145
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146146
```
147147

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

150150
## `sfdx cli artifacts compare`
151151

@@ -169,7 +169,7 @@ EXAMPLES
169169
$ sfdx cli artifacts compare
170170
```
171171

172-
_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)_
172+
_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)_
173173

174174
## `sfdx cli install jit test`
175175

@@ -190,7 +190,7 @@ EXAMPLES
190190
$ sfdx cli install jit test
191191
```
192192

193-
_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)_
193+
_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)_
194194

195195
## `sfdx cli install test`
196196

@@ -231,7 +231,7 @@ EXAMPLES
231231
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
232232
```
233233

234-
_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)_
234+
_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)_
235235

236236
## `sfdx cli release automerge`
237237

@@ -262,7 +262,7 @@ EXAMPLES
262262
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263263
```
264264

265-
_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)_
265+
_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)_
266266

267267
## `sfdx cli release build`
268268

@@ -325,7 +325,7 @@ EXAMPLES
325325
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326326
```
327327

328-
_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)_
328+
_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)_
329329

330330
## `sfdx cli releasenotes`
331331

@@ -366,7 +366,7 @@ EXAMPLES
366366
$ sfdx cli releasenotes --cli sf --markdown > changes.md
367367
```
368368

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

371371
## `sfdx cli tarballs prepare`
372372

@@ -394,7 +394,7 @@ EXAMPLES
394394
$ sfdx cli tarballs prepare
395395
```
396396

397-
_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)_
397+
_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)_
398398

399399
## `sfdx cli tarballs smoke`
400400

@@ -424,7 +424,7 @@ EXAMPLES
424424
$ sfdx cli tarballs smoke
425425
```
426426

427-
_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)_
427+
_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)_
428428

429429
## `sfdx cli tarballs verify`
430430

@@ -456,27 +456,26 @@ EXAMPLES
456456
$ sfdx cli tarballs verify --cli sf
457457
```
458458

459-
_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)_
459+
_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)_
460460

461461
## `sfdx cli versions inspect`
462462

463463
inspect the CLI version across all install paths
464464

465465
```
466466
USAGE
467-
$ sfdx cli versions inspect -c legacy|stable|stable-rc|latest|latest-rc|nightly... -l archive|npm... --cli sf|sfdx
468-
[--json] [--flags-dir <value>] [-d <value>...] [-s]
467+
$ sfdx cli versions inspect -c stable|stable-rc|latest|latest-rc|nightly... -l archive|npm... [--json] [--flags-dir
468+
<value>] [-d <value>...] [-s] [--ignore-missing]
469469
470470
FLAGS
471471
-c, --channels=<option>... (required) the channel you want to inspect (for achives, latest and latest-rc are
472472
translated to stable and stable-rc. And vice-versa for npm)
473-
<options: legacy|stable|stable-rc|latest|latest-rc|nightly>
473+
<options: stable|stable-rc|latest|latest-rc|nightly>
474474
-d, --dependencies=<value>... glob pattern of dependencies you want to see the version of
475475
-l, --locations=<option>... (required) the location you want to inspect
476476
<options: archive|npm>
477477
-s, --salesforce show versions of salesforce owned dependencies
478-
--cli=<option> (required) [default: sfdx] the CLI you want to inspect
479-
<options: sf|sfdx>
478+
--ignore-missing skip missing archives. Useful when supporting new architectures in oclif
480479
481480
GLOBAL FLAGS
482481
--flags-dir=<value> Import flag values from a directory.
@@ -509,7 +508,7 @@ EXAMPLES
509508
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
510509
```
511510

512-
_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)_
511+
_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)_
513512

514513
## `sfdx dependabot automerge`
515514

@@ -549,7 +548,7 @@ EXAMPLES
549548
$ sfdx dependabot automerge --max-version-bump major
550549
```
551550

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

554553
## `sfdx github check closed`
555554

@@ -576,7 +575,7 @@ EXAMPLES
576575
$ sfdx github check closed -o me@gus.com
577576
```
578577

579-
_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)_
578+
_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)_
580579

581580
## `sfdx npm dependencies pin`
582581

@@ -602,7 +601,7 @@ DESCRIPTION
602601
in the package.json
603602
```
604603

605-
_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)_
604+
_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)_
606605

607606
## `sfdx npm package release`
608607

@@ -634,7 +633,7 @@ DESCRIPTION
634633
publish npm package
635634
```
636635

637-
_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)_
636+
_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)_
638637

639638
## `sfdx plugins trust verify`
640639

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

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

707706
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-release-management",
33
"description": "A plugin for preparing and publishing npm packages",
4-
"version": "5.5.39",
4+
"version": "5.5.40",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"type": "module",

0 commit comments

Comments
 (0)