@salesforce/plugin-release-management 5.7.11 → 5.7.13

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.
@@ -1,79 +1,5 @@
1
1
  {
2
2
  "commands": {
3
- "cli:releasenotes": {
4
- "aliases": [],
5
- "args": {},
6
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
7
- "examples": [
8
- "<%= config.bin %> <%= command.id %> --cli sf",
9
- "<%= config.bin %> <%= command.id %> --cli sfdx",
10
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
11
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
12
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
13
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
14
- ],
15
- "flags": {
16
- "json": {
17
- "description": "Format output as json.",
18
- "helpGroup": "GLOBAL",
19
- "name": "json",
20
- "allowNo": false,
21
- "type": "boolean"
22
- },
23
- "flags-dir": {
24
- "helpGroup": "GLOBAL",
25
- "name": "flags-dir",
26
- "summary": "Import flag values from a directory.",
27
- "hasDynamicHelp": false,
28
- "multiple": false,
29
- "type": "option"
30
- },
31
- "cli": {
32
- "char": "c",
33
- "name": "cli",
34
- "required": true,
35
- "summary": "the cli to pull information for",
36
- "hasDynamicHelp": false,
37
- "multiple": false,
38
- "options": [
39
- "sf",
40
- "sfdx"
41
- ],
42
- "type": "option"
43
- },
44
- "since": {
45
- "char": "s",
46
- "name": "since",
47
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
48
- "hasDynamicHelp": false,
49
- "multiple": false,
50
- "type": "option"
51
- },
52
- "markdown": {
53
- "char": "m",
54
- "name": "markdown",
55
- "summary": "format the output in markdown",
56
- "allowNo": false,
57
- "type": "boolean"
58
- }
59
- },
60
- "hasDynamicHelp": false,
61
- "hiddenAliases": [],
62
- "id": "cli:releasenotes",
63
- "pluginAlias": "@salesforce/plugin-release-management",
64
- "pluginName": "@salesforce/plugin-release-management",
65
- "pluginType": "core",
66
- "strict": true,
67
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
68
- "enableJsonFlag": true,
69
- "isESM": true,
70
- "relativePath": [
71
- "lib",
72
- "commands",
73
- "cli",
74
- "releasenotes.js"
75
- ]
76
- },
77
3
  "channel:promote": {
78
4
  "aliases": [],
79
5
  "args": {},
@@ -341,6 +267,80 @@
341
267
  "automerge.js"
342
268
  ]
343
269
  },
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.11"
1393
+ "version": "5.7.13"
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.11",
4
+ "version": "5.7.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -12,9 +12,9 @@
12
12
  "@oclif/core": "^4.2.8",
13
13
  "@octokit/core": "^6.1.4",
14
14
  "@octokit/plugin-paginate-rest": "^11.4.3",
15
- "@octokit/plugin-throttling": "^9.6.0",
15
+ "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.8.7",
17
+ "@salesforce/core": "^8.9.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
20
  "@salesforce/plugin-trust": "^3.7.78",
@@ -39,8 +39,8 @@
39
39
  "@types/semver": "^7.7.0",
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.17",
43
- "oclif": "^4.17.37",
42
+ "eslint-plugin-sf-plugin": "^1.20.18",
43
+ "oclif": "^4.17.43",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.8.2"
46
46
  },