v4.10.0
What's Changed
- Allow to deploy in delta during PR checks between minor and major branches by @nvuillam in #461
- To activate it, define
useDeltaDeployment: true
in.sfdx-hardis.yml
, or set env variable USE_DELTA_DEPLOYMENT with valuetrue
- Make sure your GitHub, Gitlab, Azure or Bitbucket yaml workflows are up to date
- To activate it, define
- Overwrite management: Rename packageDeployOnce.xml into package-no-overwrite.xml (compatibility with packageDeployOnce.xml file name is kept) by @nvuillam in #461
Full Changelog: v4.9.2...v4.10.0