@salesforce/plugin-release-management 5.7.6 → 5.7.8

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": {},
@@ -621,12 +621,12 @@
621
621
  "test.js"
622
622
  ]
623
623
  },
624
- "cli:release:automerge": {
624
+ "cli:tarballs:prepare": {
625
625
  "aliases": [],
626
626
  "args": {},
627
- "description": "Attempt to automerge nightly PR",
627
+ "description": "remove unnecessary files from node_modules",
628
628
  "examples": [
629
- "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
629
+ "<%= config.bin %> <%= command.id %>"
630
630
  ],
631
631
  "flags": {
632
632
  "json": {
@@ -644,279 +644,52 @@
644
644
  "multiple": false,
645
645
  "type": "option"
646
646
  },
647
- "owner": {
648
- "aliases": [
649
- "org"
650
- ],
651
- "dependsOn": [
652
- "repo"
653
- ],
654
- "name": "owner",
655
- "required": true,
656
- "summary": "Github owner (org), example: salesforcecli",
657
- "hasDynamicHelp": false,
658
- "multiple": false,
659
- "type": "option"
660
- },
661
- "repo": {
662
- "dependsOn": [
663
- "owner"
664
- ],
665
- "name": "repo",
666
- "required": true,
667
- "summary": "Github repo, example: sfdx-cli",
668
- "hasDynamicHelp": false,
669
- "multiple": false,
670
- "type": "option"
671
- },
672
- "pull-number": {
673
- "name": "pull-number",
674
- "required": true,
675
- "summary": "Github pull request number to merge",
676
- "hasDynamicHelp": false,
677
- "multiple": false,
678
- "type": "option"
679
- },
680
- "dry-run": {
647
+ "dryrun": {
681
648
  "char": "d",
682
- "name": "dry-run",
683
- "summary": "Run all checks, but do not merge PR",
649
+ "name": "dryrun",
650
+ "summary": "only show what would be removed from node_modules",
651
+ "allowNo": false,
652
+ "type": "boolean"
653
+ },
654
+ "types": {
655
+ "char": "t",
656
+ "name": "types",
657
+ "summary": "remove all types (.d.ts) files from node_modules",
684
658
  "allowNo": false,
685
659
  "type": "boolean"
686
660
  },
687
661
  "verbose": {
688
662
  "name": "verbose",
689
- "summary": "Show additional debug output",
663
+ "summary": "show all files paths being removed",
690
664
  "allowNo": false,
691
665
  "type": "boolean"
692
666
  }
693
667
  },
694
668
  "hasDynamicHelp": false,
695
669
  "hiddenAliases": [],
696
- "id": "cli:release:automerge",
670
+ "id": "cli:tarballs:prepare",
697
671
  "pluginAlias": "@salesforce/plugin-release-management",
698
672
  "pluginName": "@salesforce/plugin-release-management",
699
673
  "pluginType": "core",
700
674
  "strict": true,
701
- "summary": "Attempt to automerge nightly PR",
675
+ "summary": "remove unnecessary files from node_modules",
702
676
  "enableJsonFlag": true,
703
677
  "isESM": true,
704
678
  "relativePath": [
705
679
  "lib",
706
680
  "commands",
707
681
  "cli",
708
- "release",
709
- "automerge.js"
682
+ "tarballs",
683
+ "prepare.js"
710
684
  ]
711
685
  },
712
- "cli:release:build": {
713
- "aliases": [
714
- "cli:latestrc:build"
715
- ],
686
+ "cli:tarballs:smoke": {
687
+ "aliases": [],
716
688
  "args": {},
717
- "description": "builds a new release from a designated starting point and optionally creates PR in Github",
689
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
718
690
  "examples": [
719
691
  "<%= config.bin %> <%= command.id %>",
720
- "<%= config.bin %> <%= command.id %> --patch",
721
- "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
722
- "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
723
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
724
- "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
725
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
726
- "<%= config.bin %> <%= command.id %> --build-only",
727
- "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
728
- ],
729
- "flags": {
730
- "json": {
731
- "description": "Format output as json.",
732
- "helpGroup": "GLOBAL",
733
- "name": "json",
734
- "allowNo": false,
735
- "type": "boolean"
736
- },
737
- "flags-dir": {
738
- "helpGroup": "GLOBAL",
739
- "name": "flags-dir",
740
- "summary": "Import flag values from a directory.",
741
- "hasDynamicHelp": false,
742
- "multiple": false,
743
- "type": "option"
744
- },
745
- "start-from-npm-dist-tag": {
746
- "aliases": [
747
- "rctag"
748
- ],
749
- "char": "d",
750
- "deprecateAliases": true,
751
- "name": "start-from-npm-dist-tag",
752
- "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
753
- "hasDynamicHelp": false,
754
- "multiple": false,
755
- "type": "option"
756
- },
757
- "start-from-github-ref": {
758
- "char": "g",
759
- "name": "start-from-github-ref",
760
- "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
761
- "hasDynamicHelp": false,
762
- "multiple": false,
763
- "type": "option"
764
- },
765
- "release-channel": {
766
- "char": "c",
767
- "name": "release-channel",
768
- "required": true,
769
- "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
770
- "hasDynamicHelp": false,
771
- "multiple": false,
772
- "type": "option"
773
- },
774
- "build-only": {
775
- "name": "build-only",
776
- "summary": "only build the release, do not git add/commit/push",
777
- "allowNo": false,
778
- "type": "boolean"
779
- },
780
- "resolutions": {
781
- "name": "resolutions",
782
- "summary": "bump the versions of packages listed in the resolutions section",
783
- "allowNo": true,
784
- "type": "boolean"
785
- },
786
- "only": {
787
- "name": "only",
788
- "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
789
- "delimiter": ",",
790
- "hasDynamicHelp": false,
791
- "multiple": true,
792
- "type": "option"
793
- },
794
- "pinned-deps": {
795
- "name": "pinned-deps",
796
- "summary": "bump the versions of the packages listed in the pinnedDependencies section",
797
- "allowNo": true,
798
- "type": "boolean"
799
- },
800
- "jit": {
801
- "name": "jit",
802
- "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
803
- "allowNo": true,
804
- "type": "boolean"
805
- },
806
- "label": {
807
- "name": "label",
808
- "summary": "add one or more labels to the Github PR",
809
- "hasDynamicHelp": false,
810
- "multiple": true,
811
- "type": "option"
812
- },
813
- "patch": {
814
- "name": "patch",
815
- "summary": "bump the release as a patch of an existing version, not a new minor version",
816
- "allowNo": false,
817
- "type": "boolean"
818
- },
819
- "empty": {
820
- "name": "empty",
821
- "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
822
- "allowNo": false,
823
- "type": "boolean"
824
- },
825
- "pr-base-branch": {
826
- "name": "pr-base-branch",
827
- "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
828
- "hasDynamicHelp": false,
829
- "multiple": false,
830
- "type": "option"
831
- }
832
- },
833
- "hasDynamicHelp": false,
834
- "hiddenAliases": [],
835
- "id": "cli:release:build",
836
- "pluginAlias": "@salesforce/plugin-release-management",
837
- "pluginName": "@salesforce/plugin-release-management",
838
- "pluginType": "core",
839
- "strict": true,
840
- "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
841
- "enableJsonFlag": true,
842
- "isESM": true,
843
- "relativePath": [
844
- "lib",
845
- "commands",
846
- "cli",
847
- "release",
848
- "build.js"
849
- ]
850
- },
851
- "cli:tarballs:prepare": {
852
- "aliases": [],
853
- "args": {},
854
- "description": "remove unnecessary files from node_modules",
855
- "examples": [
856
- "<%= config.bin %> <%= command.id %>"
857
- ],
858
- "flags": {
859
- "json": {
860
- "description": "Format output as json.",
861
- "helpGroup": "GLOBAL",
862
- "name": "json",
863
- "allowNo": false,
864
- "type": "boolean"
865
- },
866
- "flags-dir": {
867
- "helpGroup": "GLOBAL",
868
- "name": "flags-dir",
869
- "summary": "Import flag values from a directory.",
870
- "hasDynamicHelp": false,
871
- "multiple": false,
872
- "type": "option"
873
- },
874
- "dryrun": {
875
- "char": "d",
876
- "name": "dryrun",
877
- "summary": "only show what would be removed from node_modules",
878
- "allowNo": false,
879
- "type": "boolean"
880
- },
881
- "types": {
882
- "char": "t",
883
- "name": "types",
884
- "summary": "remove all types (.d.ts) files from node_modules",
885
- "allowNo": false,
886
- "type": "boolean"
887
- },
888
- "verbose": {
889
- "name": "verbose",
890
- "summary": "show all files paths being removed",
891
- "allowNo": false,
892
- "type": "boolean"
893
- }
894
- },
895
- "hasDynamicHelp": false,
896
- "hiddenAliases": [],
897
- "id": "cli:tarballs:prepare",
898
- "pluginAlias": "@salesforce/plugin-release-management",
899
- "pluginName": "@salesforce/plugin-release-management",
900
- "pluginType": "core",
901
- "strict": true,
902
- "summary": "remove unnecessary files from node_modules",
903
- "enableJsonFlag": true,
904
- "isESM": true,
905
- "relativePath": [
906
- "lib",
907
- "commands",
908
- "cli",
909
- "tarballs",
910
- "prepare.js"
911
- ]
912
- },
913
- "cli:tarballs:smoke": {
914
- "aliases": [],
915
- "args": {},
916
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
917
- "examples": [
918
- "<%= config.bin %> <%= command.id %>",
919
- "<%= config.bin %> <%= command.id %>"
692
+ "<%= config.bin %> <%= command.id %>"
920
693
  ],
921
694
  "flags": {
922
695
  "json": {
@@ -1126,6 +899,233 @@
1126
899
  "inspect.js"
1127
900
  ]
1128
901
  },
902
+ "cli:release:automerge": {
903
+ "aliases": [],
904
+ "args": {},
905
+ "description": "Attempt to automerge nightly PR",
906
+ "examples": [
907
+ "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
908
+ ],
909
+ "flags": {
910
+ "json": {
911
+ "description": "Format output as json.",
912
+ "helpGroup": "GLOBAL",
913
+ "name": "json",
914
+ "allowNo": false,
915
+ "type": "boolean"
916
+ },
917
+ "flags-dir": {
918
+ "helpGroup": "GLOBAL",
919
+ "name": "flags-dir",
920
+ "summary": "Import flag values from a directory.",
921
+ "hasDynamicHelp": false,
922
+ "multiple": false,
923
+ "type": "option"
924
+ },
925
+ "owner": {
926
+ "aliases": [
927
+ "org"
928
+ ],
929
+ "dependsOn": [
930
+ "repo"
931
+ ],
932
+ "name": "owner",
933
+ "required": true,
934
+ "summary": "Github owner (org), example: salesforcecli",
935
+ "hasDynamicHelp": false,
936
+ "multiple": false,
937
+ "type": "option"
938
+ },
939
+ "repo": {
940
+ "dependsOn": [
941
+ "owner"
942
+ ],
943
+ "name": "repo",
944
+ "required": true,
945
+ "summary": "Github repo, example: sfdx-cli",
946
+ "hasDynamicHelp": false,
947
+ "multiple": false,
948
+ "type": "option"
949
+ },
950
+ "pull-number": {
951
+ "name": "pull-number",
952
+ "required": true,
953
+ "summary": "Github pull request number to merge",
954
+ "hasDynamicHelp": false,
955
+ "multiple": false,
956
+ "type": "option"
957
+ },
958
+ "dry-run": {
959
+ "char": "d",
960
+ "name": "dry-run",
961
+ "summary": "Run all checks, but do not merge PR",
962
+ "allowNo": false,
963
+ "type": "boolean"
964
+ },
965
+ "verbose": {
966
+ "name": "verbose",
967
+ "summary": "Show additional debug output",
968
+ "allowNo": false,
969
+ "type": "boolean"
970
+ }
971
+ },
972
+ "hasDynamicHelp": false,
973
+ "hiddenAliases": [],
974
+ "id": "cli:release:automerge",
975
+ "pluginAlias": "@salesforce/plugin-release-management",
976
+ "pluginName": "@salesforce/plugin-release-management",
977
+ "pluginType": "core",
978
+ "strict": true,
979
+ "summary": "Attempt to automerge nightly PR",
980
+ "enableJsonFlag": true,
981
+ "isESM": true,
982
+ "relativePath": [
983
+ "lib",
984
+ "commands",
985
+ "cli",
986
+ "release",
987
+ "automerge.js"
988
+ ]
989
+ },
990
+ "cli:release:build": {
991
+ "aliases": [
992
+ "cli:latestrc:build"
993
+ ],
994
+ "args": {},
995
+ "description": "builds a new release from a designated starting point and optionally creates PR in Github",
996
+ "examples": [
997
+ "<%= config.bin %> <%= command.id %>",
998
+ "<%= config.bin %> <%= command.id %> --patch",
999
+ "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
1000
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
1001
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
1002
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
1003
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
1004
+ "<%= config.bin %> <%= command.id %> --build-only",
1005
+ "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
1006
+ ],
1007
+ "flags": {
1008
+ "json": {
1009
+ "description": "Format output as json.",
1010
+ "helpGroup": "GLOBAL",
1011
+ "name": "json",
1012
+ "allowNo": false,
1013
+ "type": "boolean"
1014
+ },
1015
+ "flags-dir": {
1016
+ "helpGroup": "GLOBAL",
1017
+ "name": "flags-dir",
1018
+ "summary": "Import flag values from a directory.",
1019
+ "hasDynamicHelp": false,
1020
+ "multiple": false,
1021
+ "type": "option"
1022
+ },
1023
+ "start-from-npm-dist-tag": {
1024
+ "aliases": [
1025
+ "rctag"
1026
+ ],
1027
+ "char": "d",
1028
+ "deprecateAliases": true,
1029
+ "name": "start-from-npm-dist-tag",
1030
+ "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
1031
+ "hasDynamicHelp": false,
1032
+ "multiple": false,
1033
+ "type": "option"
1034
+ },
1035
+ "start-from-github-ref": {
1036
+ "char": "g",
1037
+ "name": "start-from-github-ref",
1038
+ "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
1039
+ "hasDynamicHelp": false,
1040
+ "multiple": false,
1041
+ "type": "option"
1042
+ },
1043
+ "release-channel": {
1044
+ "char": "c",
1045
+ "name": "release-channel",
1046
+ "required": true,
1047
+ "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
1048
+ "hasDynamicHelp": false,
1049
+ "multiple": false,
1050
+ "type": "option"
1051
+ },
1052
+ "build-only": {
1053
+ "name": "build-only",
1054
+ "summary": "only build the release, do not git add/commit/push",
1055
+ "allowNo": false,
1056
+ "type": "boolean"
1057
+ },
1058
+ "resolutions": {
1059
+ "name": "resolutions",
1060
+ "summary": "bump the versions of packages listed in the resolutions section",
1061
+ "allowNo": true,
1062
+ "type": "boolean"
1063
+ },
1064
+ "only": {
1065
+ "name": "only",
1066
+ "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
1067
+ "delimiter": ",",
1068
+ "hasDynamicHelp": false,
1069
+ "multiple": true,
1070
+ "type": "option"
1071
+ },
1072
+ "pinned-deps": {
1073
+ "name": "pinned-deps",
1074
+ "summary": "bump the versions of the packages listed in the pinnedDependencies section",
1075
+ "allowNo": true,
1076
+ "type": "boolean"
1077
+ },
1078
+ "jit": {
1079
+ "name": "jit",
1080
+ "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
1081
+ "allowNo": true,
1082
+ "type": "boolean"
1083
+ },
1084
+ "label": {
1085
+ "name": "label",
1086
+ "summary": "add one or more labels to the Github PR",
1087
+ "hasDynamicHelp": false,
1088
+ "multiple": true,
1089
+ "type": "option"
1090
+ },
1091
+ "patch": {
1092
+ "name": "patch",
1093
+ "summary": "bump the release as a patch of an existing version, not a new minor version",
1094
+ "allowNo": false,
1095
+ "type": "boolean"
1096
+ },
1097
+ "empty": {
1098
+ "name": "empty",
1099
+ "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
1100
+ "allowNo": false,
1101
+ "type": "boolean"
1102
+ },
1103
+ "pr-base-branch": {
1104
+ "name": "pr-base-branch",
1105
+ "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
1106
+ "hasDynamicHelp": false,
1107
+ "multiple": false,
1108
+ "type": "option"
1109
+ }
1110
+ },
1111
+ "hasDynamicHelp": false,
1112
+ "hiddenAliases": [],
1113
+ "id": "cli:release:build",
1114
+ "pluginAlias": "@salesforce/plugin-release-management",
1115
+ "pluginName": "@salesforce/plugin-release-management",
1116
+ "pluginType": "core",
1117
+ "strict": true,
1118
+ "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
1119
+ "enableJsonFlag": true,
1120
+ "isESM": true,
1121
+ "relativePath": [
1122
+ "lib",
1123
+ "commands",
1124
+ "cli",
1125
+ "release",
1126
+ "build.js"
1127
+ ]
1128
+ },
1129
1129
  "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.6"
1393
+ "version": "5.7.8"
1394
1394
  }