Skip to content

v3.0.0

Compare
Choose a tag to compare
@saitho saitho released this 12 Feb 13:34
· 17 commits to master since this release

3.0.0 (2023-02-12)

Bug Fixes

  • Compatibility with semantic-release v20 (d8b8332), closes #38

Features

  • remove branchName setting (7a5772d)
  • rename branches to backmergeBranches (f84713b)

BREAKING CHANGES

  • Setting branches is renamed into backmergeBranches to avoid conflicts with the setting for semantic-release.
  • branchName setting is removed. Use backmergeBranches instead.
  • Import semantic-release functions via ESM. Loses compatibility with semantic-release before v20.