@salesforce/plugin-release-management 2.13.1 → 3.0.1

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +300 -321
  3. package/bin/dev +10 -4
  4. package/bin/run +3 -2
  5. package/lib/amazonS3.js +8 -8
  6. package/lib/amazonS3.js.map +1 -1
  7. package/lib/circleCiEnvvars.js +3 -3
  8. package/lib/circleCiEnvvars.js.map +1 -1
  9. package/lib/codeSigning/packAndSign.js +10 -17
  10. package/lib/codeSigning/packAndSign.js.map +1 -1
  11. package/lib/commands/channel/promote.js +9 -15
  12. package/lib/commands/channel/promote.js.map +1 -1
  13. package/lib/commands/circleci/envvar/create.js.map +1 -1
  14. package/lib/commands/circleci/envvar/update.js.map +1 -1
  15. package/lib/commands/cli/install/test.js +45 -36
  16. package/lib/commands/cli/install/test.js.map +1 -1
  17. package/lib/commands/cli/latestrc/build.d.ts +1 -0
  18. package/lib/commands/cli/latestrc/build.js +26 -12
  19. package/lib/commands/cli/latestrc/build.js.map +1 -1
  20. package/lib/commands/cli/releasenotes.js +6 -11
  21. package/lib/commands/cli/releasenotes.js.map +1 -1
  22. package/lib/commands/cli/schemas/collect.js +12 -7
  23. package/lib/commands/cli/schemas/collect.js.map +1 -1
  24. package/lib/commands/cli/schemas/compare.js +14 -7
  25. package/lib/commands/cli/schemas/compare.js.map +1 -1
  26. package/lib/commands/cli/tarballs/prepare.js +1 -1
  27. package/lib/commands/cli/tarballs/prepare.js.map +1 -1
  28. package/lib/commands/cli/tarballs/smoke.js +1 -1
  29. package/lib/commands/cli/tarballs/smoke.js.map +1 -1
  30. package/lib/commands/cli/tarballs/verify.js +44 -22
  31. package/lib/commands/cli/tarballs/verify.js.map +1 -1
  32. package/lib/commands/cli/versions/inspect.js +18 -7
  33. package/lib/commands/cli/versions/inspect.js.map +1 -1
  34. package/lib/commands/dependabot/automerge.js +3 -6
  35. package/lib/commands/dependabot/automerge.js.map +1 -1
  36. package/lib/commands/npm/dependencies/pin.js +4 -6
  37. package/lib/commands/npm/dependencies/pin.js.map +1 -1
  38. package/lib/commands/npm/package/promote.js +3 -7
  39. package/lib/commands/npm/package/promote.js.map +1 -1
  40. package/lib/commands/npm/package/release.js +4 -8
  41. package/lib/commands/npm/package/release.js.map +1 -1
  42. package/lib/commands/npm/release/validate.js +3 -5
  43. package/lib/commands/npm/release/validate.js.map +1 -1
  44. package/lib/commands/repositories/index.js +3 -3
  45. package/lib/commands/repositories/index.js.map +1 -1
  46. package/lib/commands/typescript/update.js +23 -26
  47. package/lib/commands/typescript/update.js.map +1 -1
  48. package/lib/dependabot.js +6 -4
  49. package/lib/dependabot.js.map +1 -1
  50. package/lib/dependencies.d.ts +1 -1
  51. package/lib/inspectCommits.d.ts +1 -1
  52. package/lib/inspectCommits.js +3 -7
  53. package/lib/inspectCommits.js.map +1 -1
  54. package/lib/package.d.ts +12 -1
  55. package/lib/package.js +101 -28
  56. package/lib/package.js.map +1 -1
  57. package/lib/pluginCommand.js +8 -9
  58. package/lib/pluginCommand.js.map +1 -1
  59. package/lib/registry.js +14 -11
  60. package/lib/registry.js.map +1 -1
  61. package/lib/repository.d.ts +2 -23
  62. package/lib/repository.js +15 -168
  63. package/lib/repository.js.map +1 -1
  64. package/messages/channel.promote.json +0 -1
  65. package/messages/cli.latestrc.build.json +7 -0
  66. package/messages/npm.package.promote.json +0 -1
  67. package/messages/npm.package.release.json +1 -2
  68. package/messages/trust.sign.json +1 -1
  69. package/oclif.manifest.json +1 -1
  70. package/package.json +15 -24
  71. package/lib/commands/npm/lerna/release.d.ts +0 -13
  72. package/lib/commands/npm/lerna/release.js +0 -144
  73. package/lib/commands/npm/lerna/release.js.map +0 -1
  74. package/messages/npm.lerna.release.json +0 -14
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.0.1](https://github.com/salesforcecli/plugin-release-management/compare/v3.0.0...v3.0.1) (2022-08-09)
6
+
7
+ ### Bug Fixes
8
+
9
+ - replace old cli-ux imports ([#508](https://github.com/salesforcecli/plugin-release-management/issues/508)) ([cb9698a](https://github.com/salesforcecli/plugin-release-management/commit/cb9698a6aa00966a9fce7a686f491869c8184e2b))
10
+
11
+ ## [3.0.0](https://github.com/salesforcecli/plugin-release-management/compare/v2.14.0...v3.0.0) (2022-08-09)
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ - parking orbit
16
+ - remove lerna support
17
+
18
+ - Merge pull request #507 from salesforcecli/cd/parking-orbit ([5419383](https://github.com/salesforcecli/plugin-release-management/commit/5419383c24628802de2ab7668f14c2771773b522)), closes [#507](https://github.com/salesforcecli/plugin-release-management/issues/507)
19
+ - remove lerna support ([104df95](https://github.com/salesforcecli/plugin-release-management/commit/104df95765e73b5e65724b69e0d89ea10df78218))
20
+
21
+ ## [2.14.0](https://github.com/salesforcecli/plugin-release-management/compare/v2.13.1...v2.14.0) (2022-08-03)
22
+
23
+ ### Features
24
+
25
+ - build-latest-rc only flag ([51e97dd](https://github.com/salesforcecli/plugin-release-management/commit/51e97ddcb7b6a4a957d10d65ba0d36b2b08bd99c))
26
+ - support resolutions ([f6902d8](https://github.com/salesforcecli/plugin-release-management/commit/f6902d868b954a389098fd9ac328361edbe7583a))
27
+
5
28
  ### [2.13.1](https://github.com/salesforcecli/plugin-release-management/compare/v2.13.0...v2.13.1) (2022-07-07)
6
29
 
7
30
  ### Bug Fixes