@salesforce/plugin-release-management 5.7.75 → 5.7.77

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.
@@ -1126,10 +1126,13 @@
1126
1126
  "inspect.js"
1127
1127
  ]
1128
1128
  },
1129
- "npm:package:release": {
1129
+ "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
1132
- "description": "publish npm package",
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1133
1136
  "flags": {
1134
1137
  "json": {
1135
1138
  "description": "Format output as json.",
@@ -1146,81 +1149,42 @@
1146
1149
  "multiple": false,
1147
1150
  "type": "option"
1148
1151
  },
1149
- "dryrun": {
1150
- "char": "d",
1151
- "name": "dryrun",
1152
- "summary": "If true, will not commit changes to repo or push any tags",
1153
- "allowNo": false,
1154
- "type": "boolean"
1155
- },
1156
- "sign": {
1157
- "char": "s",
1158
- "name": "sign",
1159
- "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1160
- "allowNo": false,
1161
- "type": "boolean"
1162
- },
1163
- "npmtag": {
1164
- "char": "t",
1165
- "name": "npmtag",
1166
- "summary": "tag to use when publishing to npm",
1167
- "default": "latest",
1168
- "hasDynamicHelp": false,
1169
- "multiple": false,
1170
- "type": "option"
1171
- },
1172
- "npmaccess": {
1173
- "char": "a",
1174
- "name": "npmaccess",
1175
- "summary": "access level to use when publishing to npm",
1176
- "default": "public",
1177
- "hasDynamicHelp": false,
1178
- "multiple": false,
1179
- "type": "option"
1180
- },
1181
- "install": {
1182
- "name": "install",
1183
- "summary": "run yarn install and build on repository",
1184
- "allowNo": true,
1185
- "type": "boolean"
1186
- },
1187
- "prerelease": {
1188
- "name": "prerelease",
1189
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1190
- "hasDynamicHelp": false,
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,
1191
1159
  "multiple": false,
1192
1160
  "type": "option"
1193
1161
  },
1194
- "verify": {
1195
- "name": "verify",
1196
- "summary": "verify npm registry has new version after publish and digital signature",
1197
- "allowNo": true,
1198
- "type": "boolean"
1199
- },
1200
- "githubtag": {
1201
- "name": "githubtag",
1202
- "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
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",
1203
1167
  "hasDynamicHelp": false,
1204
1168
  "multiple": false,
1205
1169
  "type": "option"
1206
1170
  }
1207
1171
  },
1208
- "hasDynamicHelp": false,
1172
+ "hasDynamicHelp": true,
1209
1173
  "hiddenAliases": [],
1210
- "id": "npm:package:release",
1174
+ "id": "github:check:closed",
1211
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1212
1176
  "pluginName": "@salesforce/plugin-release-management",
1213
1177
  "pluginType": "core",
1214
1178
  "strict": true,
1215
- "summary": "publish npm package",
1179
+ "summary": "Show open Github issues with GUS WI",
1216
1180
  "enableJsonFlag": true,
1217
1181
  "isESM": true,
1218
1182
  "relativePath": [
1219
1183
  "lib",
1220
1184
  "commands",
1221
- "npm",
1222
- "package",
1223
- "release.js"
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1224
1188
  ]
1225
1189
  },
1226
1190
  "npm:dependencies:pin": {
@@ -1278,13 +1242,10 @@
1278
1242
  "pin.js"
1279
1243
  ]
1280
1244
  },
1281
- "github:check:closed": {
1245
+ "npm:package:release": {
1282
1246
  "aliases": [],
1283
1247
  "args": {},
1284
- "description": "Description of a command.",
1285
- "examples": [
1286
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1287
- ],
1248
+ "description": "publish npm package",
1288
1249
  "flags": {
1289
1250
  "json": {
1290
1251
  "description": "Format output as json.",
@@ -1301,42 +1262,81 @@
1301
1262
  "multiple": false,
1302
1263
  "type": "option"
1303
1264
  },
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,
1265
+ "dryrun": {
1266
+ "char": "d",
1267
+ "name": "dryrun",
1268
+ "summary": "If true, will not commit changes to repo or push any tags",
1269
+ "allowNo": false,
1270
+ "type": "boolean"
1271
+ },
1272
+ "sign": {
1273
+ "char": "s",
1274
+ "name": "sign",
1275
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1276
+ "allowNo": false,
1277
+ "type": "boolean"
1278
+ },
1279
+ "npmtag": {
1280
+ "char": "t",
1281
+ "name": "npmtag",
1282
+ "summary": "tag to use when publishing to npm",
1283
+ "default": "latest",
1284
+ "hasDynamicHelp": false,
1311
1285
  "multiple": false,
1312
1286
  "type": "option"
1313
1287
  },
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",
1288
+ "npmaccess": {
1289
+ "char": "a",
1290
+ "name": "npmaccess",
1291
+ "summary": "access level to use when publishing to npm",
1292
+ "default": "public",
1293
+ "hasDynamicHelp": false,
1294
+ "multiple": false,
1295
+ "type": "option"
1296
+ },
1297
+ "install": {
1298
+ "name": "install",
1299
+ "summary": "run yarn install and build on repository",
1300
+ "allowNo": true,
1301
+ "type": "boolean"
1302
+ },
1303
+ "prerelease": {
1304
+ "name": "prerelease",
1305
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1306
+ "hasDynamicHelp": false,
1307
+ "multiple": false,
1308
+ "type": "option"
1309
+ },
1310
+ "verify": {
1311
+ "name": "verify",
1312
+ "summary": "verify npm registry has new version after publish and digital signature",
1313
+ "allowNo": true,
1314
+ "type": "boolean"
1315
+ },
1316
+ "githubtag": {
1317
+ "name": "githubtag",
1318
+ "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
1319
1319
  "hasDynamicHelp": false,
1320
1320
  "multiple": false,
1321
1321
  "type": "option"
1322
1322
  }
1323
1323
  },
1324
- "hasDynamicHelp": true,
1324
+ "hasDynamicHelp": false,
1325
1325
  "hiddenAliases": [],
1326
- "id": "github:check:closed",
1326
+ "id": "npm:package:release",
1327
1327
  "pluginAlias": "@salesforce/plugin-release-management",
1328
1328
  "pluginName": "@salesforce/plugin-release-management",
1329
1329
  "pluginType": "core",
1330
1330
  "strict": true,
1331
- "summary": "Show open Github issues with GUS WI",
1331
+ "summary": "publish npm package",
1332
1332
  "enableJsonFlag": true,
1333
1333
  "isESM": true,
1334
1334
  "relativePath": [
1335
1335
  "lib",
1336
1336
  "commands",
1337
- "github",
1338
- "check",
1339
- "closed.js"
1337
+ "npm",
1338
+ "package",
1339
+ "release.js"
1340
1340
  ]
1341
1341
  },
1342
1342
  "cli:install:jit:test": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.75"
1393
+ "version": "5.7.77"
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.75",
4
+ "version": "5.7.77",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  "@salesforce/kit": "^3.2.4",
20
20
  "@salesforce/plugin-command-reference": "^3.1.78",
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
- "@salesforce/sf-plugins-core": "^12.2.5",
22
+ "@salesforce/sf-plugins-core": "^12.2.6",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
24
  "@smithy/node-http-handler": "^4.4.5",
25
25
  "@smithy/types": "^4.8.1",
@@ -42,7 +42,7 @@
42
42
  "@types/shelljs": "^0.8.17",
43
43
  "aws-sdk-client-mock": "^4.1.0",
44
44
  "eslint-plugin-sf-plugin": "^1.20.33",
45
- "oclif": "^4.22.47",
45
+ "oclif": "^4.22.50",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.9.3"
48
48
  },