@salesforce/plugin-release-management 5.7.65 → 5.7.67
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 +16 -16
- package/npm-shrinkwrap.json +4237 -8525
- package/oclif.lock +836 -912
- package/oclif.manifest.json +75 -75
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -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": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.67"
|
|
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.
|
|
4
|
+
"version": "5.7.67",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^4.5.
|
|
12
|
+
"@oclif/core": "^4.5.6",
|
|
13
13
|
"@octokit/core": "^6.1.6",
|
|
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.41",
|
|
17
|
-
"@salesforce/core": "^8.23.
|
|
17
|
+
"@salesforce/core": "^8.23.3",
|
|
18
18
|
"@salesforce/kit": "^3.2.4",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.72",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"yarn-deduplicate": "^6.0.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
36
|
+
"@oclif/plugin-command-snapshot": "^5.3.7",
|
|
37
37
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
38
38
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
39
39
|
"@types/semver": "^7.7.0",
|
|
40
40
|
"@types/shelljs": "^0.8.17",
|
|
41
41
|
"aws-sdk-mock": "^5.9.0",
|
|
42
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
43
|
-
"oclif": "^4.22.
|
|
42
|
+
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
43
|
+
"oclif": "^4.22.32",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.9.3"
|
|
46
46
|
},
|