@salesforce/plugin-release-management 5.7.85 → 5.7.86
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/LICENSE.txt +1 -1
- package/README.md +16 -16
- package/npm-shrinkwrap.json +406 -2474
- package/oclif.lock +116 -446
- package/oclif.manifest.json +247 -247
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -621,21 +621,12 @@
|
|
|
621
621
|
"test.js"
|
|
622
622
|
]
|
|
623
623
|
},
|
|
624
|
-
"cli:
|
|
624
|
+
"cli:release:automerge": {
|
|
625
625
|
"aliases": [],
|
|
626
626
|
"args": {},
|
|
627
|
-
"description": "
|
|
627
|
+
"description": "Attempt to automerge nightly PR",
|
|
628
628
|
"examples": [
|
|
629
|
-
"<%= config.bin %> <%= command.id %>
|
|
630
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
631
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
632
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
633
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
634
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
635
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
636
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
637
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
638
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
629
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
639
630
|
],
|
|
640
631
|
"flags": {
|
|
641
632
|
"json": {
|
|
@@ -653,73 +644,208 @@
|
|
|
653
644
|
"multiple": false,
|
|
654
645
|
"type": "option"
|
|
655
646
|
},
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
|
|
659
|
-
|
|
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",
|
|
660
657
|
"hasDynamicHelp": false,
|
|
661
|
-
"multiple":
|
|
658
|
+
"multiple": false,
|
|
662
659
|
"type": "option"
|
|
663
660
|
},
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
-
|
|
667
|
-
|
|
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": {
|
|
681
|
+
"char": "d",
|
|
682
|
+
"name": "dry-run",
|
|
683
|
+
"summary": "Run all checks, but do not merge PR",
|
|
668
684
|
"allowNo": false,
|
|
669
685
|
"type": "boolean"
|
|
670
686
|
},
|
|
671
|
-
"
|
|
687
|
+
"verbose": {
|
|
688
|
+
"name": "verbose",
|
|
689
|
+
"summary": "Show additional debug output",
|
|
690
|
+
"allowNo": false,
|
|
691
|
+
"type": "boolean"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"hasDynamicHelp": false,
|
|
695
|
+
"hiddenAliases": [],
|
|
696
|
+
"id": "cli:release:automerge",
|
|
697
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
698
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
699
|
+
"pluginType": "core",
|
|
700
|
+
"strict": true,
|
|
701
|
+
"summary": "Attempt to automerge nightly PR",
|
|
702
|
+
"enableJsonFlag": true,
|
|
703
|
+
"isESM": true,
|
|
704
|
+
"relativePath": [
|
|
705
|
+
"lib",
|
|
706
|
+
"commands",
|
|
707
|
+
"cli",
|
|
708
|
+
"release",
|
|
709
|
+
"automerge.js"
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
"cli:release:build": {
|
|
713
|
+
"aliases": [
|
|
714
|
+
"cli:latestrc:build"
|
|
715
|
+
],
|
|
716
|
+
"args": {},
|
|
717
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
718
|
+
"examples": [
|
|
719
|
+
"<%= 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": {
|
|
672
766
|
"char": "c",
|
|
673
|
-
"name": "
|
|
767
|
+
"name": "release-channel",
|
|
674
768
|
"required": true,
|
|
675
|
-
"summary": "the channel
|
|
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": ",",
|
|
676
790
|
"hasDynamicHelp": false,
|
|
677
791
|
"multiple": true,
|
|
678
|
-
"options": [
|
|
679
|
-
"stable",
|
|
680
|
-
"stable-rc",
|
|
681
|
-
"latest",
|
|
682
|
-
"latest-rc",
|
|
683
|
-
"nightly"
|
|
684
|
-
],
|
|
685
792
|
"type": "option"
|
|
686
793
|
},
|
|
687
|
-
"
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
"
|
|
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",
|
|
692
809
|
"hasDynamicHelp": false,
|
|
693
810
|
"multiple": true,
|
|
694
|
-
"options": [
|
|
695
|
-
"archive",
|
|
696
|
-
"npm"
|
|
697
|
-
],
|
|
698
811
|
"type": "option"
|
|
699
812
|
},
|
|
700
|
-
"
|
|
701
|
-
"name": "
|
|
702
|
-
"summary": "
|
|
813
|
+
"patch": {
|
|
814
|
+
"name": "patch",
|
|
815
|
+
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
703
816
|
"allowNo": false,
|
|
704
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"
|
|
705
831
|
}
|
|
706
832
|
},
|
|
707
833
|
"hasDynamicHelp": false,
|
|
708
834
|
"hiddenAliases": [],
|
|
709
|
-
"id": "cli:
|
|
835
|
+
"id": "cli:release:build",
|
|
710
836
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
711
837
|
"pluginName": "@salesforce/plugin-release-management",
|
|
712
838
|
"pluginType": "core",
|
|
713
839
|
"strict": true,
|
|
714
|
-
"summary": "
|
|
840
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
715
841
|
"enableJsonFlag": true,
|
|
716
842
|
"isESM": true,
|
|
717
843
|
"relativePath": [
|
|
718
844
|
"lib",
|
|
719
845
|
"commands",
|
|
720
846
|
"cli",
|
|
721
|
-
"
|
|
722
|
-
"
|
|
847
|
+
"release",
|
|
848
|
+
"build.js"
|
|
723
849
|
]
|
|
724
850
|
},
|
|
725
851
|
"cli:tarballs:prepare": {
|
|
@@ -899,12 +1025,21 @@
|
|
|
899
1025
|
"verify.js"
|
|
900
1026
|
]
|
|
901
1027
|
},
|
|
902
|
-
"cli:
|
|
1028
|
+
"cli:versions:inspect": {
|
|
903
1029
|
"aliases": [],
|
|
904
1030
|
"args": {},
|
|
905
|
-
"description": "
|
|
1031
|
+
"description": "inspect the CLI version across all install paths",
|
|
906
1032
|
"examples": [
|
|
907
|
-
"<%= config.bin %> <%= command.id %>
|
|
1033
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
1034
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
1035
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
1036
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
1037
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
1038
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
1039
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
1040
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
1041
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
1042
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
908
1043
|
],
|
|
909
1044
|
"flags": {
|
|
910
1045
|
"json": {
|
|
@@ -922,87 +1057,81 @@
|
|
|
922
1057
|
"multiple": false,
|
|
923
1058
|
"type": "option"
|
|
924
1059
|
},
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
"dependsOn": [
|
|
930
|
-
"repo"
|
|
931
|
-
],
|
|
932
|
-
"name": "owner",
|
|
933
|
-
"required": true,
|
|
934
|
-
"summary": "Github owner (org), example: salesforcecli",
|
|
1060
|
+
"dependencies": {
|
|
1061
|
+
"char": "d",
|
|
1062
|
+
"name": "dependencies",
|
|
1063
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
935
1064
|
"hasDynamicHelp": false,
|
|
936
|
-
"multiple":
|
|
1065
|
+
"multiple": true,
|
|
937
1066
|
"type": "option"
|
|
938
1067
|
},
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
"
|
|
1068
|
+
"salesforce": {
|
|
1069
|
+
"char": "s",
|
|
1070
|
+
"name": "salesforce",
|
|
1071
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
1072
|
+
"allowNo": false,
|
|
1073
|
+
"type": "boolean"
|
|
1074
|
+
},
|
|
1075
|
+
"channels": {
|
|
1076
|
+
"char": "c",
|
|
1077
|
+
"name": "channels",
|
|
944
1078
|
"required": true,
|
|
945
|
-
"summary": "
|
|
1079
|
+
"summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
|
|
946
1080
|
"hasDynamicHelp": false,
|
|
947
|
-
"multiple":
|
|
1081
|
+
"multiple": true,
|
|
1082
|
+
"options": [
|
|
1083
|
+
"stable",
|
|
1084
|
+
"stable-rc",
|
|
1085
|
+
"latest",
|
|
1086
|
+
"latest-rc",
|
|
1087
|
+
"nightly"
|
|
1088
|
+
],
|
|
948
1089
|
"type": "option"
|
|
949
1090
|
},
|
|
950
|
-
"
|
|
951
|
-
"
|
|
1091
|
+
"locations": {
|
|
1092
|
+
"char": "l",
|
|
1093
|
+
"name": "locations",
|
|
952
1094
|
"required": true,
|
|
953
|
-
"summary": "
|
|
1095
|
+
"summary": "the location you want to inspect",
|
|
954
1096
|
"hasDynamicHelp": false,
|
|
955
|
-
"multiple":
|
|
1097
|
+
"multiple": true,
|
|
1098
|
+
"options": [
|
|
1099
|
+
"archive",
|
|
1100
|
+
"npm"
|
|
1101
|
+
],
|
|
956
1102
|
"type": "option"
|
|
957
1103
|
},
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
"
|
|
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",
|
|
1104
|
+
"ignore-missing": {
|
|
1105
|
+
"name": "ignore-missing",
|
|
1106
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
968
1107
|
"allowNo": false,
|
|
969
1108
|
"type": "boolean"
|
|
970
1109
|
}
|
|
971
1110
|
},
|
|
972
1111
|
"hasDynamicHelp": false,
|
|
973
1112
|
"hiddenAliases": [],
|
|
974
|
-
"id": "cli:
|
|
1113
|
+
"id": "cli:versions:inspect",
|
|
975
1114
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
976
1115
|
"pluginName": "@salesforce/plugin-release-management",
|
|
977
1116
|
"pluginType": "core",
|
|
978
1117
|
"strict": true,
|
|
979
|
-
"summary": "
|
|
1118
|
+
"summary": "inspect the CLI version across all install paths",
|
|
980
1119
|
"enableJsonFlag": true,
|
|
981
1120
|
"isESM": true,
|
|
982
1121
|
"relativePath": [
|
|
983
1122
|
"lib",
|
|
984
1123
|
"commands",
|
|
985
1124
|
"cli",
|
|
986
|
-
"
|
|
987
|
-
"
|
|
1125
|
+
"versions",
|
|
1126
|
+
"inspect.js"
|
|
988
1127
|
]
|
|
989
1128
|
},
|
|
990
|
-
"
|
|
991
|
-
"aliases": [
|
|
992
|
-
"cli:latestrc:build"
|
|
993
|
-
],
|
|
1129
|
+
"github:check:closed": {
|
|
1130
|
+
"aliases": [],
|
|
994
1131
|
"args": {},
|
|
995
|
-
"description": "
|
|
1132
|
+
"description": "Description of a command.",
|
|
996
1133
|
"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"
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1006
1135
|
],
|
|
1007
1136
|
"flags": {
|
|
1008
1137
|
"json": {
|
|
@@ -1020,110 +1149,42 @@
|
|
|
1020
1149
|
"multiple": false,
|
|
1021
1150
|
"type": "option"
|
|
1022
1151
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1025
|
-
|
|
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",
|
|
1152
|
+
"gus": {
|
|
1153
|
+
"char": "o",
|
|
1154
|
+
"name": "gus",
|
|
1155
|
+
"noCacheDefault": true,
|
|
1046
1156
|
"required": true,
|
|
1047
|
-
"summary": "
|
|
1048
|
-
"hasDynamicHelp":
|
|
1157
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
+
"hasDynamicHelp": true,
|
|
1049
1159
|
"multiple": false,
|
|
1050
1160
|
"type": "option"
|
|
1051
1161
|
},
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
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",
|
|
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",
|
|
1106
1167
|
"hasDynamicHelp": false,
|
|
1107
1168
|
"multiple": false,
|
|
1108
1169
|
"type": "option"
|
|
1109
1170
|
}
|
|
1110
1171
|
},
|
|
1111
|
-
"hasDynamicHelp":
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1112
1173
|
"hiddenAliases": [],
|
|
1113
|
-
"id": "
|
|
1174
|
+
"id": "github:check:closed",
|
|
1114
1175
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1115
1176
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1116
1177
|
"pluginType": "core",
|
|
1117
1178
|
"strict": true,
|
|
1118
|
-
"summary": "
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1119
1180
|
"enableJsonFlag": true,
|
|
1120
1181
|
"isESM": true,
|
|
1121
1182
|
"relativePath": [
|
|
1122
1183
|
"lib",
|
|
1123
1184
|
"commands",
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1127
1188
|
]
|
|
1128
1189
|
},
|
|
1129
1190
|
"npm:dependencies:pin": {
|
|
@@ -1181,67 +1242,6 @@
|
|
|
1181
1242
|
"pin.js"
|
|
1182
1243
|
]
|
|
1183
1244
|
},
|
|
1184
|
-
"github:check:closed": {
|
|
1185
|
-
"aliases": [],
|
|
1186
|
-
"args": {},
|
|
1187
|
-
"description": "Description of a command.",
|
|
1188
|
-
"examples": [
|
|
1189
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1190
|
-
],
|
|
1191
|
-
"flags": {
|
|
1192
|
-
"json": {
|
|
1193
|
-
"description": "Format output as json.",
|
|
1194
|
-
"helpGroup": "GLOBAL",
|
|
1195
|
-
"name": "json",
|
|
1196
|
-
"allowNo": false,
|
|
1197
|
-
"type": "boolean"
|
|
1198
|
-
},
|
|
1199
|
-
"flags-dir": {
|
|
1200
|
-
"helpGroup": "GLOBAL",
|
|
1201
|
-
"name": "flags-dir",
|
|
1202
|
-
"summary": "Import flag values from a directory.",
|
|
1203
|
-
"hasDynamicHelp": false,
|
|
1204
|
-
"multiple": false,
|
|
1205
|
-
"type": "option"
|
|
1206
|
-
},
|
|
1207
|
-
"gus": {
|
|
1208
|
-
"char": "o",
|
|
1209
|
-
"name": "gus",
|
|
1210
|
-
"noCacheDefault": true,
|
|
1211
|
-
"required": true,
|
|
1212
|
-
"summary": "Username/alias of your GUS org connection",
|
|
1213
|
-
"hasDynamicHelp": true,
|
|
1214
|
-
"multiple": false,
|
|
1215
|
-
"type": "option"
|
|
1216
|
-
},
|
|
1217
|
-
"github-token": {
|
|
1218
|
-
"env": "GITHUB_TOKEN",
|
|
1219
|
-
"name": "github-token",
|
|
1220
|
-
"required": true,
|
|
1221
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1222
|
-
"hasDynamicHelp": false,
|
|
1223
|
-
"multiple": false,
|
|
1224
|
-
"type": "option"
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
"hasDynamicHelp": true,
|
|
1228
|
-
"hiddenAliases": [],
|
|
1229
|
-
"id": "github:check:closed",
|
|
1230
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1231
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1232
|
-
"pluginType": "core",
|
|
1233
|
-
"strict": true,
|
|
1234
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1235
|
-
"enableJsonFlag": true,
|
|
1236
|
-
"isESM": true,
|
|
1237
|
-
"relativePath": [
|
|
1238
|
-
"lib",
|
|
1239
|
-
"commands",
|
|
1240
|
-
"github",
|
|
1241
|
-
"check",
|
|
1242
|
-
"closed.js"
|
|
1243
|
-
]
|
|
1244
|
-
},
|
|
1245
1245
|
"npm:package:release": {
|
|
1246
1246
|
"aliases": [],
|
|
1247
1247
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.86"
|
|
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.86",
|
|
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.962.0",
|
|
13
13
|
"@oclif/core": "^4.8.0",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/shelljs": "^0.10.0",
|
|
43
43
|
"aws-sdk-client-mock": "^4.1.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
45
|
-
"oclif": "^4.22.
|
|
45
|
+
"oclif": "^4.22.59",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|