@salesforce/plugin-release-management 5.7.6 → 5.7.7

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": {},
@@ -234,6 +160,80 @@
234
160
  "promote.js"
235
161
  ]
236
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
+ },
237
237
  "dependabot:automerge": {
238
238
  "aliases": [],
239
239
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.6"
1393
+ "version": "5.7.7"
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.6",
4
+ "version": "5.7.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -12,7 +12,7 @@
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.4.0",
15
+ "@octokit/plugin-throttling": "^9.6.0",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.6",
18
18
  "@salesforce/kit": "^3.2.0",
@@ -40,7 +40,7 @@
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
42
  "eslint-plugin-sf-plugin": "^1.20.15",
43
- "oclif": "^4.17.34",
43
+ "oclif": "^4.17.37",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.8.2"
46
46
  },