Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2023-02-12)

### Bug Fixes

* Compatibility with semantic-release v20 ([d8b8332](d8b8332)), closes [#38](#38)

### Features

* remove branchName setting ([7a5772d](7a5772d))
* rename branches to backmergeBranches ([f84713b](f84713b))

### BREAKING CHANGES

* Setting `branches` is renamed into `backmergeBranches` to avoid conflicts with the setting for semantic-release.
* `branchName` setting is removed. Use `branches` instead.
* Import semantic-release functions via ESM. Loses compatibility with semantic-release before v20.
  • Loading branch information
semantic-release-bot committed Feb 12, 2023
1 parent 6d76f5c commit 537c93b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [3.0.0](https://github.com/saitho/semantic-release-backmerge/compare/v2.2.0...v3.0.0) (2023-02-12)


### Bug Fixes

* Compatibility with semantic-release v20 ([d8b8332](https://github.com/saitho/semantic-release-backmerge/commit/d8b8332e65556ee7f45411550015f4b8c1c25dcd)), closes [#38](https://github.com/saitho/semantic-release-backmerge/issues/38)


### Features

* remove branchName setting ([7a5772d](https://github.com/saitho/semantic-release-backmerge/commit/7a5772df627f3121d0d17a3920f0cc340c3b65f2))
* rename branches to backmergeBranches ([f84713b](https://github.com/saitho/semantic-release-backmerge/commit/f84713be8d7b2509c8af6b5cf783594b1221c016))


### BREAKING CHANGES

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

# [2.2.0](https://github.com/saitho/semantic-release-backmerge/compare/v2.1.3...v2.2.0) (2023-02-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saithodev/semantic-release-backmerge",
"description": "semantic-release plugin to back-merge a release into a develop branch",
"version": "2.2.0",
"version": "3.0.0",
"author": "Mario Lubenka",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 537c93b

Please sign in to comment.