Skip to content

Releases: saitho/semantic-release-backmerge

v4.0.1

27 Nov 14:08
Compare
Choose a tag to compare

4.0.1 (2023-11-27)

Bug Fixes

v4.0.0

27 Nov 13:20
Compare
Choose a tag to compare

4.0.0 (2023-11-27)

Features

  • upgrade to semantic-release 22 and use esm (e618c08) – thanks to @evenius

BREAKING CHANGES

  • Removed support for semantic-release v20 and v21. Requires v22.0.7 or later.

v3.2.1

21 Sep 12:49
Compare
Choose a tag to compare

3.2.1 (2023-09-21)

Bug Fixes

  • Do not allow semantic-release v22 (758caaa)

v3.2.0

11 May 12:53
Compare
Choose a tag to compare

3.2.0 (2023-05-11)

Features

  • add option for fast forwarding during commit (c7d5bf4), closes #49

v3.1.0

12 Feb 14:29
Compare
Choose a tag to compare

3.1.0 (2023-02-12)

Features

  • retry remote Git operations (3138c56), closes #41

v3.0.0

12 Feb 13:34
Compare
Choose a tag to compare

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.

v2.2.0

12 Feb 12:48
Compare
Choose a tag to compare

2.2.0 (2023-02-12)

Bug Fixes

Features

  • rename "branches" to "backmergeBranches" (3c16d6a)

v2.1.3

11 Jan 11:04
Compare
Choose a tag to compare

2.1.3 (2023-01-11)

Bug Fixes

  • limit to semantic-release below 20.0.0 (4dbca4a)
  • update dev-dependencies (3771228)

v2.1.2

01 Mar 19:44
Compare
Choose a tag to compare

2.1.2 (2022-03-01)

Bug Fixes

  • abort process when encountering unrecoverable error (#33) (5e9b60c)

v2.1.1

19 Feb 13:22
Compare
Choose a tag to compare

2.1.1 (2022-02-19)

Bug Fixes