Skip to content

Releases: leboff/semantic-release-sfdx

v1.0.1

04 Mar 15:58
2eae75c
Compare
Choose a tag to compare

1.0.1 (2022-03-04)

Bug Fixes

  • allow newer semantic-release as peer dependency (567c67b)

v1.0.0

17 May 03:36
87cb2e5
Compare
Choose a tag to compare

1.0.0 (2021-05-17)

Bug Fixes

  • log package name and version with logger (f8ef74a)
  • remove OS specific code (a2f2d7d)
  • reveal error when creating package version (2656643)
  • use semantic version as tag instead of Salesforce package version (887a3f3)
  • deps: update sfdx-node (1cec717)

Features

  • allow computing code coverage (ddc9b69)
  • allow promoting package version (0ee6d08)
  • allow specifying installationkey (a8a6e6a)
  • remove configuration in favour of standard sfdx configuration (26cd274)

BREAKING CHANGES

  • This plugin doesn't need configuration anymore.
    If you have previously used JWT to authorize your DevHub
    or have set a non-default DevHub org,
    please authorize your DevHub org manually using sfdx
    before running this plugin.