@salesforce/plugin-release-management 5.8.4 → 5.8.6
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/lib/commands/cli/tarballs/prepare.js +9 -3
- package/lib/commands/cli/tarballs/prepare.js.map +1 -1
- package/npm-shrinkwrap.json +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +83 -83
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
148
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/channel/promote.ts)_
|
|
149
149
|
|
|
150
150
|
## `sfdx cli artifacts compare`
|
|
151
151
|
|
|
@@ -169,7 +169,7 @@ EXAMPLES
|
|
|
169
169
|
$ sfdx cli artifacts compare
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
172
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/artifacts/compare.ts)_
|
|
173
173
|
|
|
174
174
|
## `sfdx cli install jit test`
|
|
175
175
|
|
|
@@ -190,7 +190,7 @@ EXAMPLES
|
|
|
190
190
|
$ sfdx cli install jit test
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
193
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/install/jit/test.ts)_
|
|
194
194
|
|
|
195
195
|
## `sfdx cli install test`
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ EXAMPLES
|
|
|
231
231
|
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
234
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/install/test.ts)_
|
|
235
235
|
|
|
236
236
|
## `sfdx cli release automerge`
|
|
237
237
|
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
265
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/release/automerge.ts)_
|
|
266
266
|
|
|
267
267
|
## `sfdx cli release build`
|
|
268
268
|
|
|
@@ -325,7 +325,7 @@ EXAMPLES
|
|
|
325
325
|
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
328
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/release/build.ts)_
|
|
329
329
|
|
|
330
330
|
## `sfdx cli releasenotes`
|
|
331
331
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sfdx cli releasenotes --cli sf --markdown > changes.md
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
369
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/releasenotes.ts)_
|
|
370
370
|
|
|
371
371
|
## `sfdx cli tarballs prepare`
|
|
372
372
|
|
|
@@ -394,7 +394,7 @@ EXAMPLES
|
|
|
394
394
|
$ sfdx cli tarballs prepare
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
397
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/tarballs/prepare.ts)_
|
|
398
398
|
|
|
399
399
|
## `sfdx cli tarballs smoke`
|
|
400
400
|
|
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ sfdx cli tarballs smoke
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
427
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/tarballs/smoke.ts)_
|
|
428
428
|
|
|
429
429
|
## `sfdx cli tarballs verify`
|
|
430
430
|
|
|
@@ -456,7 +456,7 @@ EXAMPLES
|
|
|
456
456
|
$ sfdx cli tarballs verify --cli sf
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/tarballs/verify.ts)_
|
|
460
460
|
|
|
461
461
|
## `sfdx cli versions inspect`
|
|
462
462
|
|
|
@@ -508,7 +508,7 @@ EXAMPLES
|
|
|
508
508
|
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
511
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/cli/versions/inspect.ts)_
|
|
512
512
|
|
|
513
513
|
## `sfdx dependabot automerge`
|
|
514
514
|
|
|
@@ -548,7 +548,7 @@ EXAMPLES
|
|
|
548
548
|
$ sfdx dependabot automerge --max-version-bump major
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
551
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/dependabot/automerge.ts)_
|
|
552
552
|
|
|
553
553
|
## `sfdx github check closed`
|
|
554
554
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ sfdx github check closed -o me@gus.com
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
578
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/github/check/closed.ts)_
|
|
579
579
|
|
|
580
580
|
## `sfdx npm dependencies pin`
|
|
581
581
|
|
|
@@ -601,7 +601,7 @@ DESCRIPTION
|
|
|
601
601
|
in the package.json
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
604
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/npm/dependencies/pin.ts)_
|
|
605
605
|
|
|
606
606
|
## `sfdx npm package release`
|
|
607
607
|
|
|
@@ -633,7 +633,7 @@ DESCRIPTION
|
|
|
633
633
|
publish npm package
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
636
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/npm/package/release.ts)_
|
|
637
637
|
|
|
638
638
|
## `sfdx plugins trust verify`
|
|
639
639
|
|
|
@@ -701,6 +701,6 @@ EXAMPLES
|
|
|
701
701
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.
|
|
704
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.6/src/commands/repositories/index.ts)_
|
|
705
705
|
|
|
706
706
|
<!-- commandsstop -->
|
|
@@ -96,9 +96,12 @@ export default class Prepare extends SfCommand {
|
|
|
96
96
|
// END
|
|
97
97
|
// This breaks compilation. We need to probably do this right before the pack, but then this will
|
|
98
98
|
// break compilation the next time compile is ran without doing a yarn install --force
|
|
99
|
-
//
|
|
99
|
+
// Strip .d.ts under all of node_modules. Keep only generator template sources shipped under
|
|
100
|
+
// @salesforce/templates/lib/templates (see package layout); everything else is removed.
|
|
100
101
|
if (this.flags.types) {
|
|
101
|
-
const types = await find(`${baseDirGlob}/**/*.d.ts
|
|
102
|
+
const types = await find(`${baseDirGlob}/**/*.d.ts`, {
|
|
103
|
+
excludeDirectories: ['@salesforce/templates/lib/templates'],
|
|
104
|
+
});
|
|
102
105
|
this.remove(types, '*.d.ts files');
|
|
103
106
|
}
|
|
104
107
|
}
|
|
@@ -123,7 +126,10 @@ const find = async (globPattern, options = {}) => {
|
|
|
123
126
|
const parts = globPattern.split('/').slice();
|
|
124
127
|
const lastPart = parts.pop();
|
|
125
128
|
for (const dir of options.excludeDirectories) {
|
|
126
|
-
|
|
129
|
+
// Single segment (e.g. `templates`) or a path under node_modules (e.g.
|
|
130
|
+
// `@salesforce/templates/lib/templates`) — each piece becomes one glob path segment.
|
|
131
|
+
const dirSegments = dir.split('/').filter((s) => s.length > 0);
|
|
132
|
+
const patternParts = parts.concat(dirSegments, '**', lastPart ?? '');
|
|
127
133
|
const exclusionPattern = `!${patternParts.join('/')}`;
|
|
128
134
|
patterns.push(exclusionPattern);
|
|
129
135
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare.js","sourceRoot":"","sources":["../../../../src/commands/cli/tarballs/prepare.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"prepare.js","sourceRoot":"","sources":["../../../../src/commands/cli/tarballs/prepare.ts"],"names":[],"mappings":"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"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.8.
|
|
9
|
+
"version": "5.8.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "^3.1024.0",
|
|
@@ -7463,9 +7463,9 @@
|
|
|
7463
7463
|
}
|
|
7464
7464
|
},
|
|
7465
7465
|
"node_modules/basic-ftp": {
|
|
7466
|
-
"version": "5.2.
|
|
7467
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
7468
|
-
"integrity": "sha512-
|
|
7466
|
+
"version": "5.2.1",
|
|
7467
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz",
|
|
7468
|
+
"integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==",
|
|
7469
7469
|
"license": "MIT",
|
|
7470
7470
|
"engines": {
|
|
7471
7471
|
"node": ">=10.0.0"
|
package/oclif.lock
CHANGED
|
@@ -3466,9 +3466,9 @@ base64url@^3.0.1:
|
|
|
3466
3466
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3467
3467
|
|
|
3468
3468
|
basic-ftp@^5.0.2:
|
|
3469
|
-
version "5.2.
|
|
3470
|
-
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.
|
|
3471
|
-
integrity sha512-
|
|
3469
|
+
version "5.2.1"
|
|
3470
|
+
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.1.tgz#818ba176e0e52a9e746e8576331f7e9474b94668"
|
|
3471
|
+
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
|
|
3472
3472
|
|
|
3473
3473
|
before-after-hook@^3.0.2:
|
|
3474
3474
|
version "3.0.2"
|
package/oclif.manifest.json
CHANGED
|
@@ -1126,10 +1126,13 @@
|
|
|
1126
1126
|
"verify.js"
|
|
1127
1127
|
]
|
|
1128
1128
|
},
|
|
1129
|
-
"
|
|
1129
|
+
"github:check:closed": {
|
|
1130
1130
|
"aliases": [],
|
|
1131
1131
|
"args": {},
|
|
1132
|
-
"description": "
|
|
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
|
-
"
|
|
1150
|
-
"char": "
|
|
1151
|
-
"name": "
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
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
|
-
"
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
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":
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1209
1173
|
"hiddenAliases": [],
|
|
1210
|
-
"id": "
|
|
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": "
|
|
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
|
-
"
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
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
|
-
"
|
|
1245
|
+
"npm:package:release": {
|
|
1282
1246
|
"aliases": [],
|
|
1283
1247
|
"args": {},
|
|
1284
|
-
"description": "
|
|
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
|
-
"
|
|
1305
|
-
"char": "
|
|
1306
|
-
"name": "
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
|
|
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
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"name": "
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
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":
|
|
1324
|
+
"hasDynamicHelp": false,
|
|
1325
1325
|
"hiddenAliases": [],
|
|
1326
|
-
"id": "
|
|
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": "
|
|
1331
|
+
"summary": "publish npm package",
|
|
1332
1332
|
"enableJsonFlag": true,
|
|
1333
1333
|
"isESM": true,
|
|
1334
1334
|
"relativePath": [
|
|
1335
1335
|
"lib",
|
|
1336
1336
|
"commands",
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
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.8.
|
|
1393
|
+
"version": "5.8.6"
|
|
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.8.
|
|
4
|
+
"version": "5.8.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|