@salesforce/plugin-release-management 4.7.23 → 4.7.25

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.
@@ -152,6 +152,72 @@
152
152
  "promote.js"
153
153
  ]
154
154
  },
155
+ "cli:releasenotes": {
156
+ "aliases": [],
157
+ "args": {},
158
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
159
+ "examples": [
160
+ "<%= config.bin %> <%= command.id %> --cli sf",
161
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
162
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
163
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
164
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
165
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
166
+ ],
167
+ "flags": {
168
+ "json": {
169
+ "description": "Format output as json.",
170
+ "helpGroup": "GLOBAL",
171
+ "name": "json",
172
+ "allowNo": false,
173
+ "type": "boolean"
174
+ },
175
+ "cli": {
176
+ "char": "c",
177
+ "name": "cli",
178
+ "required": true,
179
+ "summary": "the cli to pull information for",
180
+ "hasDynamicHelp": false,
181
+ "multiple": false,
182
+ "options": [
183
+ "sf",
184
+ "sfdx"
185
+ ],
186
+ "type": "option"
187
+ },
188
+ "since": {
189
+ "char": "s",
190
+ "name": "since",
191
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
192
+ "hasDynamicHelp": false,
193
+ "multiple": false,
194
+ "type": "option"
195
+ },
196
+ "markdown": {
197
+ "char": "m",
198
+ "name": "markdown",
199
+ "summary": "format the output in markdown",
200
+ "allowNo": false,
201
+ "type": "boolean"
202
+ }
203
+ },
204
+ "hasDynamicHelp": false,
205
+ "hiddenAliases": [],
206
+ "id": "cli:releasenotes",
207
+ "pluginAlias": "@salesforce/plugin-release-management",
208
+ "pluginName": "@salesforce/plugin-release-management",
209
+ "pluginType": "core",
210
+ "strict": true,
211
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
212
+ "enableJsonFlag": true,
213
+ "isESM": true,
214
+ "relativePath": [
215
+ "lib",
216
+ "commands",
217
+ "cli",
218
+ "releasenotes.js"
219
+ ]
220
+ },
155
221
  "dependabot:automerge": {
156
222
  "aliases": [],
157
223
  "args": {},
@@ -251,72 +317,6 @@
251
317
  "automerge.js"
252
318
  ]
253
319
  },
254
- "cli:releasenotes": {
255
- "aliases": [],
256
- "args": {},
257
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
258
- "examples": [
259
- "<%= config.bin %> <%= command.id %> --cli sf",
260
- "<%= config.bin %> <%= command.id %> --cli sfdx",
261
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
262
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
263
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
264
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
265
- ],
266
- "flags": {
267
- "json": {
268
- "description": "Format output as json.",
269
- "helpGroup": "GLOBAL",
270
- "name": "json",
271
- "allowNo": false,
272
- "type": "boolean"
273
- },
274
- "cli": {
275
- "char": "c",
276
- "name": "cli",
277
- "required": true,
278
- "summary": "the cli to pull information for",
279
- "hasDynamicHelp": false,
280
- "multiple": false,
281
- "options": [
282
- "sf",
283
- "sfdx"
284
- ],
285
- "type": "option"
286
- },
287
- "since": {
288
- "char": "s",
289
- "name": "since",
290
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
291
- "hasDynamicHelp": false,
292
- "multiple": false,
293
- "type": "option"
294
- },
295
- "markdown": {
296
- "char": "m",
297
- "name": "markdown",
298
- "summary": "format the output in markdown",
299
- "allowNo": false,
300
- "type": "boolean"
301
- }
302
- },
303
- "hasDynamicHelp": false,
304
- "hiddenAliases": [],
305
- "id": "cli:releasenotes",
306
- "pluginAlias": "@salesforce/plugin-release-management",
307
- "pluginName": "@salesforce/plugin-release-management",
308
- "pluginType": "core",
309
- "strict": true,
310
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
311
- "enableJsonFlag": true,
312
- "isESM": true,
313
- "relativePath": [
314
- "lib",
315
- "commands",
316
- "cli",
317
- "releasenotes.js"
318
- ]
319
- },
320
320
  "repositories": {
321
321
  "aliases": [],
322
322
  "args": {},
@@ -1270,5 +1270,5 @@
1270
1270
  ]
1271
1271
  }
1272
1272
  },
1273
- "version": "4.7.23"
1273
+ "version": "4.7.25"
1274
1274
  }
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": "4.7.23",
4
+ "version": "4.7.25",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^6.5.3",
18
18
  "@salesforce/kit": "^3.0.15",
19
19
  "@salesforce/plugin-command-reference": "^3.0.69",
20
- "@salesforce/plugin-trust": "^3.3.14",
20
+ "@salesforce/plugin-trust": "^3.3.16",
21
21
  "@salesforce/sf-plugins-core": "^7.1.11",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "aws-sdk": "^2.1574.0",
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@oclif/plugin-command-snapshot": "^4.0.16",
37
- "@salesforce/dev-scripts": "^8.4.1",
37
+ "@salesforce/dev-scripts": "^8.4.2",
38
38
  "@salesforce/ts-sinon": "1.4.19",
39
39
  "@types/semver": "^7.5.8",
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.17.3",
43
- "oclif": "^4.4.8",
42
+ "eslint-plugin-sf-plugin": "^1.17.4",
43
+ "oclif": "^4.5.2",
44
44
  "ts-node": "^10.9.2",
45
- "typescript": "^5.3.3"
45
+ "typescript": "^5.4.2"
46
46
  },
47
47
  "config": {},
48
48
  "engines": {