@salesforce/plugin-release-management 5.7.114 → 5.7.115
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 +109 -109
- package/oclif.lock +128 -128
- package/oclif.manifest.json +191 -191
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -160,80 +160,6 @@
|
|
|
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
|
-
},
|
|
237
163
|
"dependabot:automerge": {
|
|
238
164
|
"aliases": [],
|
|
239
165
|
"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": {},
|
|
@@ -1025,6 +1025,61 @@
|
|
|
1025
1025
|
"verify.js"
|
|
1026
1026
|
]
|
|
1027
1027
|
},
|
|
1028
|
+
"npm:dependencies:pin": {
|
|
1029
|
+
"aliases": [],
|
|
1030
|
+
"args": {},
|
|
1031
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1032
|
+
"flags": {
|
|
1033
|
+
"json": {
|
|
1034
|
+
"description": "Format output as json.",
|
|
1035
|
+
"helpGroup": "GLOBAL",
|
|
1036
|
+
"name": "json",
|
|
1037
|
+
"allowNo": false,
|
|
1038
|
+
"type": "boolean"
|
|
1039
|
+
},
|
|
1040
|
+
"flags-dir": {
|
|
1041
|
+
"helpGroup": "GLOBAL",
|
|
1042
|
+
"name": "flags-dir",
|
|
1043
|
+
"summary": "Import flag values from a directory.",
|
|
1044
|
+
"hasDynamicHelp": false,
|
|
1045
|
+
"multiple": false,
|
|
1046
|
+
"type": "option"
|
|
1047
|
+
},
|
|
1048
|
+
"dryrun": {
|
|
1049
|
+
"char": "d",
|
|
1050
|
+
"name": "dryrun",
|
|
1051
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1052
|
+
"allowNo": false,
|
|
1053
|
+
"type": "boolean"
|
|
1054
|
+
},
|
|
1055
|
+
"tag": {
|
|
1056
|
+
"char": "t",
|
|
1057
|
+
"name": "tag",
|
|
1058
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1059
|
+
"default": "latest",
|
|
1060
|
+
"hasDynamicHelp": false,
|
|
1061
|
+
"multiple": false,
|
|
1062
|
+
"type": "option"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"hasDynamicHelp": false,
|
|
1066
|
+
"hiddenAliases": [],
|
|
1067
|
+
"id": "npm:dependencies:pin",
|
|
1068
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1069
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1070
|
+
"pluginType": "core",
|
|
1071
|
+
"strict": true,
|
|
1072
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1073
|
+
"enableJsonFlag": true,
|
|
1074
|
+
"isESM": true,
|
|
1075
|
+
"relativePath": [
|
|
1076
|
+
"lib",
|
|
1077
|
+
"commands",
|
|
1078
|
+
"npm",
|
|
1079
|
+
"dependencies",
|
|
1080
|
+
"pin.js"
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1028
1083
|
"cli:versions:inspect": {
|
|
1029
1084
|
"aliases": [],
|
|
1030
1085
|
"args": {},
|
|
@@ -1126,122 +1181,6 @@
|
|
|
1126
1181
|
"inspect.js"
|
|
1127
1182
|
]
|
|
1128
1183
|
},
|
|
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
1184
|
"npm:package:release": {
|
|
1246
1185
|
"aliases": [],
|
|
1247
1186
|
"args": {},
|
|
@@ -1339,6 +1278,67 @@
|
|
|
1339
1278
|
"release.js"
|
|
1340
1279
|
]
|
|
1341
1280
|
},
|
|
1281
|
+
"github:check:closed": {
|
|
1282
|
+
"aliases": [],
|
|
1283
|
+
"args": {},
|
|
1284
|
+
"description": "Description of a command.",
|
|
1285
|
+
"examples": [
|
|
1286
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1287
|
+
],
|
|
1288
|
+
"flags": {
|
|
1289
|
+
"json": {
|
|
1290
|
+
"description": "Format output as json.",
|
|
1291
|
+
"helpGroup": "GLOBAL",
|
|
1292
|
+
"name": "json",
|
|
1293
|
+
"allowNo": false,
|
|
1294
|
+
"type": "boolean"
|
|
1295
|
+
},
|
|
1296
|
+
"flags-dir": {
|
|
1297
|
+
"helpGroup": "GLOBAL",
|
|
1298
|
+
"name": "flags-dir",
|
|
1299
|
+
"summary": "Import flag values from a directory.",
|
|
1300
|
+
"hasDynamicHelp": false,
|
|
1301
|
+
"multiple": false,
|
|
1302
|
+
"type": "option"
|
|
1303
|
+
},
|
|
1304
|
+
"gus": {
|
|
1305
|
+
"char": "o",
|
|
1306
|
+
"name": "gus",
|
|
1307
|
+
"noCacheDefault": true,
|
|
1308
|
+
"required": true,
|
|
1309
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1310
|
+
"hasDynamicHelp": true,
|
|
1311
|
+
"multiple": false,
|
|
1312
|
+
"type": "option"
|
|
1313
|
+
},
|
|
1314
|
+
"github-token": {
|
|
1315
|
+
"env": "GITHUB_TOKEN",
|
|
1316
|
+
"name": "github-token",
|
|
1317
|
+
"required": true,
|
|
1318
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1319
|
+
"hasDynamicHelp": false,
|
|
1320
|
+
"multiple": false,
|
|
1321
|
+
"type": "option"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"hasDynamicHelp": true,
|
|
1325
|
+
"hiddenAliases": [],
|
|
1326
|
+
"id": "github:check:closed",
|
|
1327
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
+
"pluginType": "core",
|
|
1330
|
+
"strict": true,
|
|
1331
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1332
|
+
"enableJsonFlag": true,
|
|
1333
|
+
"isESM": true,
|
|
1334
|
+
"relativePath": [
|
|
1335
|
+
"lib",
|
|
1336
|
+
"commands",
|
|
1337
|
+
"github",
|
|
1338
|
+
"check",
|
|
1339
|
+
"closed.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.
|
|
1393
|
+
"version": "5.7.115"
|
|
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.115",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1019.0",
|
|
13
13
|
"@oclif/core": "^4.10.1",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|