@salesforce/plugin-release-management 5.7.39 → 5.7.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.39/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.41/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.39/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.41/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.39/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.41/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.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.7.41/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.39/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.41/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.39",
3
+ "version": "5.7.41",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.39",
9
+ "version": "5.7.41",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.4.0",
@@ -14,11 +14,11 @@
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.12.0",
17
+ "@salesforce/core": "^8.17.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.58",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
- "@salesforce/sf-plugins-core": "^12.2.2",
21
+ "@salesforce/sf-plugins-core": "^12.2.3",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.4.0",
@@ -42,7 +42,7 @@
42
42
  "@types/semver": "^7.7.0",
43
43
  "@types/shelljs": "^0.8.16",
44
44
  "aws-sdk-mock": "^5.9.0",
45
- "eslint-plugin-sf-plugin": "^1.20.25",
45
+ "eslint-plugin-sf-plugin": "^1.20.26",
46
46
  "oclif": "^4.19.0",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.8.3"
@@ -5223,9 +5223,9 @@
5223
5223
  }
5224
5224
  },
5225
5225
  "node_modules/@salesforce/core": {
5226
- "version": "8.14.0",
5227
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
5228
- "integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
5226
+ "version": "8.17.0",
5227
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.17.0.tgz",
5228
+ "integrity": "sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==",
5229
5229
  "license": "BSD-3-Clause",
5230
5230
  "dependencies": {
5231
5231
  "@jsforce/jsforce-node": "^3.8.2",
@@ -5790,16 +5790,16 @@
5790
5790
  "license": "ISC"
5791
5791
  },
5792
5792
  "node_modules/@salesforce/sf-plugins-core": {
5793
- "version": "12.2.2",
5794
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
5795
- "integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
5796
- "license": "BSD-3-Clause",
5793
+ "version": "12.2.3",
5794
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz",
5795
+ "integrity": "sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==",
5796
+ "license": "Apache-2.0",
5797
5797
  "dependencies": {
5798
5798
  "@inquirer/confirm": "^3.1.22",
5799
5799
  "@inquirer/password": "^2.2.0",
5800
5800
  "@oclif/core": "^4.3.0",
5801
5801
  "@oclif/table": "^0.4.6",
5802
- "@salesforce/core": "^8.10.0",
5802
+ "@salesforce/core": "^8.15.0",
5803
5803
  "@salesforce/kit": "^3.2.3",
5804
5804
  "@salesforce/ts-types": "^2.0.12",
5805
5805
  "ansis": "^3.3.2",
@@ -10464,13 +10464,13 @@
10464
10464
  }
10465
10465
  },
10466
10466
  "node_modules/eslint-plugin-sf-plugin": {
10467
- "version": "1.20.25",
10468
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
10469
- "integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
10467
+ "version": "1.20.26",
10468
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
10469
+ "integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
10470
10470
  "dev": true,
10471
10471
  "license": "BSD-3-Clause",
10472
10472
  "dependencies": {
10473
- "@salesforce/core": "^8.12.0",
10473
+ "@salesforce/core": "^8.14.0",
10474
10474
  "@typescript-eslint/utils": "^7.18.0"
10475
10475
  },
10476
10476
  "engines": {
package/oclif.lock CHANGED
@@ -2064,10 +2064,10 @@
2064
2064
  strip-ansi "6.0.1"
2065
2065
  ts-retry-promise "^0.8.1"
2066
2066
 
2067
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
2068
- version "8.14.0"
2069
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
2070
- integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
2067
+ "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
2068
+ version "8.17.0"
2069
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.17.0.tgz#f7e54324f06d5cd541276e743a8d1cb4983d52c7"
2070
+ integrity sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==
2071
2071
  dependencies:
2072
2072
  "@jsforce/jsforce-node" "^3.8.2"
2073
2073
  "@salesforce/kit" "^3.2.2"
@@ -2209,16 +2209,16 @@
2209
2209
  string-width "^7.2.0"
2210
2210
  terminal-link "^3.0.0"
2211
2211
 
2212
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.2":
2213
- version "12.2.2"
2214
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
2215
- integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
2212
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.3":
2213
+ version "12.2.3"
2214
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz#f4ec67b15b9a86d6d18437061cf73e09fe0f68ea"
2215
+ integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
2216
2216
  dependencies:
2217
2217
  "@inquirer/confirm" "^3.1.22"
2218
2218
  "@inquirer/password" "^2.2.0"
2219
2219
  "@oclif/core" "^4.3.0"
2220
2220
  "@oclif/table" "^0.4.6"
2221
- "@salesforce/core" "^8.10.0"
2221
+ "@salesforce/core" "^8.15.0"
2222
2222
  "@salesforce/kit" "^3.2.3"
2223
2223
  "@salesforce/ts-types" "^2.0.12"
2224
2224
  ansis "^3.3.2"
@@ -4944,12 +4944,12 @@ eslint-plugin-jsdoc@^46.10.1:
4944
4944
  semver "^7.5.4"
4945
4945
  spdx-expression-parse "^4.0.0"
4946
4946
 
4947
- eslint-plugin-sf-plugin@^1.20.25:
4948
- version "1.20.25"
4949
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
4950
- integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
4947
+ eslint-plugin-sf-plugin@^1.20.26:
4948
+ version "1.20.26"
4949
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
4950
+ integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
4951
4951
  dependencies:
4952
- "@salesforce/core" "^8.12.0"
4952
+ "@salesforce/core" "^8.14.0"
4953
4953
  "@typescript-eslint/utils" "^7.18.0"
4954
4954
 
4955
4955
  eslint-plugin-unicorn@^50.0.1:
@@ -160,6 +160,80 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
+ "cli:releasenotes": {
164
+ "aliases": [],
165
+ "args": {},
166
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
167
+ "examples": [
168
+ "<%= config.bin %> <%= command.id %> --cli sf",
169
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
170
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
171
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
172
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
173
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
174
+ ],
175
+ "flags": {
176
+ "json": {
177
+ "description": "Format output as json.",
178
+ "helpGroup": "GLOBAL",
179
+ "name": "json",
180
+ "allowNo": false,
181
+ "type": "boolean"
182
+ },
183
+ "flags-dir": {
184
+ "helpGroup": "GLOBAL",
185
+ "name": "flags-dir",
186
+ "summary": "Import flag values from a directory.",
187
+ "hasDynamicHelp": false,
188
+ "multiple": false,
189
+ "type": "option"
190
+ },
191
+ "cli": {
192
+ "char": "c",
193
+ "name": "cli",
194
+ "required": true,
195
+ "summary": "the cli to pull information for",
196
+ "hasDynamicHelp": false,
197
+ "multiple": false,
198
+ "options": [
199
+ "sf",
200
+ "sfdx"
201
+ ],
202
+ "type": "option"
203
+ },
204
+ "since": {
205
+ "char": "s",
206
+ "name": "since",
207
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
208
+ "hasDynamicHelp": false,
209
+ "multiple": false,
210
+ "type": "option"
211
+ },
212
+ "markdown": {
213
+ "char": "m",
214
+ "name": "markdown",
215
+ "summary": "format the output in markdown",
216
+ "allowNo": false,
217
+ "type": "boolean"
218
+ }
219
+ },
220
+ "hasDynamicHelp": false,
221
+ "hiddenAliases": [],
222
+ "id": "cli:releasenotes",
223
+ "pluginAlias": "@salesforce/plugin-release-management",
224
+ "pluginName": "@salesforce/plugin-release-management",
225
+ "pluginType": "core",
226
+ "strict": true,
227
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
228
+ "enableJsonFlag": true,
229
+ "isESM": true,
230
+ "relativePath": [
231
+ "lib",
232
+ "commands",
233
+ "cli",
234
+ "releasenotes.js"
235
+ ]
236
+ },
163
237
  "dependabot:automerge": {
164
238
  "aliases": [],
165
239
  "args": {},
@@ -267,80 +341,6 @@
267
341
  "automerge.js"
268
342
  ]
269
343
  },
270
- "cli:releasenotes": {
271
- "aliases": [],
272
- "args": {},
273
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
274
- "examples": [
275
- "<%= config.bin %> <%= command.id %> --cli sf",
276
- "<%= config.bin %> <%= command.id %> --cli sfdx",
277
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
278
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
279
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
280
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
281
- ],
282
- "flags": {
283
- "json": {
284
- "description": "Format output as json.",
285
- "helpGroup": "GLOBAL",
286
- "name": "json",
287
- "allowNo": false,
288
- "type": "boolean"
289
- },
290
- "flags-dir": {
291
- "helpGroup": "GLOBAL",
292
- "name": "flags-dir",
293
- "summary": "Import flag values from a directory.",
294
- "hasDynamicHelp": false,
295
- "multiple": false,
296
- "type": "option"
297
- },
298
- "cli": {
299
- "char": "c",
300
- "name": "cli",
301
- "required": true,
302
- "summary": "the cli to pull information for",
303
- "hasDynamicHelp": false,
304
- "multiple": false,
305
- "options": [
306
- "sf",
307
- "sfdx"
308
- ],
309
- "type": "option"
310
- },
311
- "since": {
312
- "char": "s",
313
- "name": "since",
314
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
315
- "hasDynamicHelp": false,
316
- "multiple": false,
317
- "type": "option"
318
- },
319
- "markdown": {
320
- "char": "m",
321
- "name": "markdown",
322
- "summary": "format the output in markdown",
323
- "allowNo": false,
324
- "type": "boolean"
325
- }
326
- },
327
- "hasDynamicHelp": false,
328
- "hiddenAliases": [],
329
- "id": "cli:releasenotes",
330
- "pluginAlias": "@salesforce/plugin-release-management",
331
- "pluginName": "@salesforce/plugin-release-management",
332
- "pluginType": "core",
333
- "strict": true,
334
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
335
- "enableJsonFlag": true,
336
- "isESM": true,
337
- "relativePath": [
338
- "lib",
339
- "commands",
340
- "cli",
341
- "releasenotes.js"
342
- ]
343
- },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -410,246 +410,34 @@
410
410
  "allowNo": false,
411
411
  "type": "boolean"
412
412
  },
413
- "no-truncate": {
414
- "exclusive": [
415
- "csv"
416
- ],
417
- "name": "no-truncate",
418
- "summary": "Do not truncate output to fit screen.",
419
- "allowNo": false,
420
- "type": "boolean"
421
- },
422
- "output": {
423
- "exclusive": [
424
- "no-truncate",
425
- "csv"
426
- ],
427
- "name": "output",
428
- "summary": "Output in a more machine friendly format.",
429
- "hasDynamicHelp": false,
430
- "multiple": false,
431
- "options": [
432
- "csv",
433
- "json",
434
- "yaml"
435
- ],
436
- "type": "option"
437
- },
438
- "sort": {
439
- "name": "sort",
440
- "summary": "Property to sort by (prepend '-' for descending).",
441
- "hasDynamicHelp": false,
442
- "multiple": false,
443
- "type": "option"
444
- }
445
- },
446
- "hasDynamicHelp": false,
447
- "hiddenAliases": [],
448
- "id": "repositories",
449
- "pluginAlias": "@salesforce/plugin-release-management",
450
- "pluginName": "@salesforce/plugin-release-management",
451
- "pluginType": "core",
452
- "strict": true,
453
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
454
- "enableJsonFlag": true,
455
- "isESM": true,
456
- "relativePath": [
457
- "lib",
458
- "commands",
459
- "repositories",
460
- "index.js"
461
- ]
462
- },
463
- "github:check:closed": {
464
- "aliases": [],
465
- "args": {},
466
- "description": "Description of a command.",
467
- "examples": [
468
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
469
- ],
470
- "flags": {
471
- "json": {
472
- "description": "Format output as json.",
473
- "helpGroup": "GLOBAL",
474
- "name": "json",
475
- "allowNo": false,
476
- "type": "boolean"
477
- },
478
- "flags-dir": {
479
- "helpGroup": "GLOBAL",
480
- "name": "flags-dir",
481
- "summary": "Import flag values from a directory.",
482
- "hasDynamicHelp": false,
483
- "multiple": false,
484
- "type": "option"
485
- },
486
- "gus": {
487
- "char": "o",
488
- "name": "gus",
489
- "noCacheDefault": true,
490
- "required": true,
491
- "summary": "Username/alias of your GUS org connection",
492
- "hasDynamicHelp": true,
493
- "multiple": false,
494
- "type": "option"
495
- },
496
- "github-token": {
497
- "env": "GITHUB_TOKEN",
498
- "name": "github-token",
499
- "required": true,
500
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
501
- "hasDynamicHelp": false,
502
- "multiple": false,
503
- "type": "option"
504
- }
505
- },
506
- "hasDynamicHelp": true,
507
- "hiddenAliases": [],
508
- "id": "github:check:closed",
509
- "pluginAlias": "@salesforce/plugin-release-management",
510
- "pluginName": "@salesforce/plugin-release-management",
511
- "pluginType": "core",
512
- "strict": true,
513
- "summary": "Show open Github issues with GUS WI",
514
- "enableJsonFlag": true,
515
- "isESM": true,
516
- "relativePath": [
517
- "lib",
518
- "commands",
519
- "github",
520
- "check",
521
- "closed.js"
522
- ]
523
- },
524
- "npm:dependencies:pin": {
525
- "aliases": [],
526
- "args": {},
527
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
528
- "flags": {
529
- "json": {
530
- "description": "Format output as json.",
531
- "helpGroup": "GLOBAL",
532
- "name": "json",
533
- "allowNo": false,
534
- "type": "boolean"
535
- },
536
- "flags-dir": {
537
- "helpGroup": "GLOBAL",
538
- "name": "flags-dir",
539
- "summary": "Import flag values from a directory.",
540
- "hasDynamicHelp": false,
541
- "multiple": false,
542
- "type": "option"
543
- },
544
- "dryrun": {
545
- "char": "d",
546
- "name": "dryrun",
547
- "summary": "If true, will not make any changes to the package.json",
548
- "allowNo": false,
549
- "type": "boolean"
550
- },
551
- "tag": {
552
- "char": "t",
553
- "name": "tag",
554
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
555
- "default": "latest",
556
- "hasDynamicHelp": false,
557
- "multiple": false,
558
- "type": "option"
559
- }
560
- },
561
- "hasDynamicHelp": false,
562
- "hiddenAliases": [],
563
- "id": "npm:dependencies:pin",
564
- "pluginAlias": "@salesforce/plugin-release-management",
565
- "pluginName": "@salesforce/plugin-release-management",
566
- "pluginType": "core",
567
- "strict": true,
568
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
569
- "enableJsonFlag": true,
570
- "isESM": true,
571
- "relativePath": [
572
- "lib",
573
- "commands",
574
- "npm",
575
- "dependencies",
576
- "pin.js"
577
- ]
578
- },
579
- "npm:package:release": {
580
- "aliases": [],
581
- "args": {},
582
- "description": "publish npm package",
583
- "flags": {
584
- "json": {
585
- "description": "Format output as json.",
586
- "helpGroup": "GLOBAL",
587
- "name": "json",
588
- "allowNo": false,
589
- "type": "boolean"
590
- },
591
- "flags-dir": {
592
- "helpGroup": "GLOBAL",
593
- "name": "flags-dir",
594
- "summary": "Import flag values from a directory.",
595
- "hasDynamicHelp": false,
596
- "multiple": false,
597
- "type": "option"
598
- },
599
- "dryrun": {
600
- "char": "d",
601
- "name": "dryrun",
602
- "summary": "If true, will not commit changes to repo or push any tags",
603
- "allowNo": false,
604
- "type": "boolean"
605
- },
606
- "sign": {
607
- "char": "s",
608
- "name": "sign",
609
- "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
610
- "allowNo": false,
611
- "type": "boolean"
612
- },
613
- "npmtag": {
614
- "char": "t",
615
- "name": "npmtag",
616
- "summary": "tag to use when publishing to npm",
617
- "default": "latest",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- },
622
- "npmaccess": {
623
- "char": "a",
624
- "name": "npmaccess",
625
- "summary": "access level to use when publishing to npm",
626
- "default": "public",
627
- "hasDynamicHelp": false,
628
- "multiple": false,
629
- "type": "option"
630
- },
631
- "install": {
632
- "name": "install",
633
- "summary": "run yarn install and build on repository",
634
- "allowNo": true,
413
+ "no-truncate": {
414
+ "exclusive": [
415
+ "csv"
416
+ ],
417
+ "name": "no-truncate",
418
+ "summary": "Do not truncate output to fit screen.",
419
+ "allowNo": false,
635
420
  "type": "boolean"
636
421
  },
637
- "prerelease": {
638
- "name": "prerelease",
639
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
422
+ "output": {
423
+ "exclusive": [
424
+ "no-truncate",
425
+ "csv"
426
+ ],
427
+ "name": "output",
428
+ "summary": "Output in a more machine friendly format.",
640
429
  "hasDynamicHelp": false,
641
430
  "multiple": false,
431
+ "options": [
432
+ "csv",
433
+ "json",
434
+ "yaml"
435
+ ],
642
436
  "type": "option"
643
437
  },
644
- "verify": {
645
- "name": "verify",
646
- "summary": "verify npm registry has new version after publish and digital signature",
647
- "allowNo": true,
648
- "type": "boolean"
649
- },
650
- "githubtag": {
651
- "name": "githubtag",
652
- "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
438
+ "sort": {
439
+ "name": "sort",
440
+ "summary": "Property to sort by (prepend '-' for descending).",
653
441
  "hasDynamicHelp": false,
654
442
  "multiple": false,
655
443
  "type": "option"
@@ -657,20 +445,19 @@
657
445
  },
658
446
  "hasDynamicHelp": false,
659
447
  "hiddenAliases": [],
660
- "id": "npm:package:release",
448
+ "id": "repositories",
661
449
  "pluginAlias": "@salesforce/plugin-release-management",
662
450
  "pluginName": "@salesforce/plugin-release-management",
663
451
  "pluginType": "core",
664
452
  "strict": true,
665
- "summary": "publish npm package",
453
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
666
454
  "enableJsonFlag": true,
667
455
  "isESM": true,
668
456
  "relativePath": [
669
457
  "lib",
670
458
  "commands",
671
- "npm",
672
- "package",
673
- "release.js"
459
+ "repositories",
460
+ "index.js"
674
461
  ]
675
462
  },
676
463
  "cli:artifacts:compare": {
@@ -1339,6 +1126,219 @@
1339
1126
  "inspect.js"
1340
1127
  ]
1341
1128
  },
1129
+ "github:check:closed": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1136
+ "flags": {
1137
+ "json": {
1138
+ "description": "Format output as json.",
1139
+ "helpGroup": "GLOBAL",
1140
+ "name": "json",
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "flags-dir": {
1145
+ "helpGroup": "GLOBAL",
1146
+ "name": "flags-dir",
1147
+ "summary": "Import flag values from a directory.",
1148
+ "hasDynamicHelp": false,
1149
+ "multiple": false,
1150
+ "type": "option"
1151
+ },
1152
+ "gus": {
1153
+ "char": "o",
1154
+ "name": "gus",
1155
+ "noCacheDefault": true,
1156
+ "required": true,
1157
+ "summary": "Username/alias of your GUS org connection",
1158
+ "hasDynamicHelp": true,
1159
+ "multiple": false,
1160
+ "type": "option"
1161
+ },
1162
+ "github-token": {
1163
+ "env": "GITHUB_TOKEN",
1164
+ "name": "github-token",
1165
+ "required": true,
1166
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1167
+ "hasDynamicHelp": false,
1168
+ "multiple": false,
1169
+ "type": "option"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": true,
1173
+ "hiddenAliases": [],
1174
+ "id": "github:check:closed",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "Show open Github issues with GUS WI",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
+ ]
1189
+ },
1190
+ "npm:dependencies:pin": {
1191
+ "aliases": [],
1192
+ "args": {},
1193
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1194
+ "flags": {
1195
+ "json": {
1196
+ "description": "Format output as json.",
1197
+ "helpGroup": "GLOBAL",
1198
+ "name": "json",
1199
+ "allowNo": false,
1200
+ "type": "boolean"
1201
+ },
1202
+ "flags-dir": {
1203
+ "helpGroup": "GLOBAL",
1204
+ "name": "flags-dir",
1205
+ "summary": "Import flag values from a directory.",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "dryrun": {
1211
+ "char": "d",
1212
+ "name": "dryrun",
1213
+ "summary": "If true, will not make any changes to the package.json",
1214
+ "allowNo": false,
1215
+ "type": "boolean"
1216
+ },
1217
+ "tag": {
1218
+ "char": "t",
1219
+ "name": "tag",
1220
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
+ "default": "latest",
1222
+ "hasDynamicHelp": false,
1223
+ "multiple": false,
1224
+ "type": "option"
1225
+ }
1226
+ },
1227
+ "hasDynamicHelp": false,
1228
+ "hiddenAliases": [],
1229
+ "id": "npm:dependencies:pin",
1230
+ "pluginAlias": "@salesforce/plugin-release-management",
1231
+ "pluginName": "@salesforce/plugin-release-management",
1232
+ "pluginType": "core",
1233
+ "strict": true,
1234
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1235
+ "enableJsonFlag": true,
1236
+ "isESM": true,
1237
+ "relativePath": [
1238
+ "lib",
1239
+ "commands",
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1243
+ ]
1244
+ },
1245
+ "npm:package:release": {
1246
+ "aliases": [],
1247
+ "args": {},
1248
+ "description": "publish npm package",
1249
+ "flags": {
1250
+ "json": {
1251
+ "description": "Format output as json.",
1252
+ "helpGroup": "GLOBAL",
1253
+ "name": "json",
1254
+ "allowNo": false,
1255
+ "type": "boolean"
1256
+ },
1257
+ "flags-dir": {
1258
+ "helpGroup": "GLOBAL",
1259
+ "name": "flags-dir",
1260
+ "summary": "Import flag values from a directory.",
1261
+ "hasDynamicHelp": false,
1262
+ "multiple": false,
1263
+ "type": "option"
1264
+ },
1265
+ "dryrun": {
1266
+ "char": "d",
1267
+ "name": "dryrun",
1268
+ "summary": "If true, will not commit changes to repo or push any tags",
1269
+ "allowNo": false,
1270
+ "type": "boolean"
1271
+ },
1272
+ "sign": {
1273
+ "char": "s",
1274
+ "name": "sign",
1275
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1276
+ "allowNo": false,
1277
+ "type": "boolean"
1278
+ },
1279
+ "npmtag": {
1280
+ "char": "t",
1281
+ "name": "npmtag",
1282
+ "summary": "tag to use when publishing to npm",
1283
+ "default": "latest",
1284
+ "hasDynamicHelp": false,
1285
+ "multiple": false,
1286
+ "type": "option"
1287
+ },
1288
+ "npmaccess": {
1289
+ "char": "a",
1290
+ "name": "npmaccess",
1291
+ "summary": "access level to use when publishing to npm",
1292
+ "default": "public",
1293
+ "hasDynamicHelp": false,
1294
+ "multiple": false,
1295
+ "type": "option"
1296
+ },
1297
+ "install": {
1298
+ "name": "install",
1299
+ "summary": "run yarn install and build on repository",
1300
+ "allowNo": true,
1301
+ "type": "boolean"
1302
+ },
1303
+ "prerelease": {
1304
+ "name": "prerelease",
1305
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1306
+ "hasDynamicHelp": false,
1307
+ "multiple": false,
1308
+ "type": "option"
1309
+ },
1310
+ "verify": {
1311
+ "name": "verify",
1312
+ "summary": "verify npm registry has new version after publish and digital signature",
1313
+ "allowNo": true,
1314
+ "type": "boolean"
1315
+ },
1316
+ "githubtag": {
1317
+ "name": "githubtag",
1318
+ "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1322
+ }
1323
+ },
1324
+ "hasDynamicHelp": false,
1325
+ "hiddenAliases": [],
1326
+ "id": "npm:package:release",
1327
+ "pluginAlias": "@salesforce/plugin-release-management",
1328
+ "pluginName": "@salesforce/plugin-release-management",
1329
+ "pluginType": "core",
1330
+ "strict": true,
1331
+ "summary": "publish npm package",
1332
+ "enableJsonFlag": true,
1333
+ "isESM": true,
1334
+ "relativePath": [
1335
+ "lib",
1336
+ "commands",
1337
+ "npm",
1338
+ "package",
1339
+ "release.js"
1340
+ ]
1341
+ },
1342
1342
  "cli:install:jit:test": {
1343
1343
  "aliases": [],
1344
1344
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.39"
1393
+ "version": "5.7.41"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.39",
4
+ "version": "5.7.41",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -14,11 +14,11 @@
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.12.0",
17
+ "@salesforce/core": "^8.17.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.58",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
- "@salesforce/sf-plugins-core": "^12.2.2",
21
+ "@salesforce/sf-plugins-core": "^12.2.3",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.4.0",
@@ -39,7 +39,7 @@
39
39
  "@types/semver": "^7.7.0",
40
40
  "@types/shelljs": "^0.8.16",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.25",
42
+ "eslint-plugin-sf-plugin": "^1.20.26",
43
43
  "oclif": "^4.19.0",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.8.3"