Skip to content

Commit

Permalink
chore(release): v1.5.0-next.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0-next.5](v1.5.0-next.4...v1.5.0-next.5) (2024-10-26)

### Features

* **config:** add `checkHasPull` configuration to bypass pull request verification when trying to create one ([876c819](876c819))
* ensure git is spawnable by backmerge processes and print associated version in semantic-release verifyConditions ([ccabb07](ccabb07))

### Bug Fixes

* **backmerge:** checkout backmerged branches with commit hash to avoid `Updates were rejected because the tip of your current branch is behind` git error on push - fixes [#23](#23) ([80c9ced](80c9ced))
  • Loading branch information
semantic-release-bot committed Oct 26, 2024
1 parent 876c819 commit 5775881
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.5.0-next.5](https://github.com/kilianpaquier/semantic-release-backmerge/compare/v1.5.0-next.4...v1.5.0-next.5) (2024-10-26)

### Features

* **config:** add `checkHasPull` configuration to bypass pull request verification when trying to create one ([876c819](https://github.com/kilianpaquier/semantic-release-backmerge/commit/876c81961a52cad4ea5fa70ceeeba5adcc6e7b8c))
* ensure git is spawnable by backmerge processes and print associated version in semantic-release verifyConditions ([ccabb07](https://github.com/kilianpaquier/semantic-release-backmerge/commit/ccabb0719b3b615c602c5dbf4c357925087afa76))

### Bug Fixes

* **backmerge:** checkout backmerged branches with commit hash to avoid `Updates were rejected because the tip of your current branch is behind` git error on push - fixes [#23](https://github.com/kilianpaquier/semantic-release-backmerge/issues/23) ([80c9ced](https://github.com/kilianpaquier/semantic-release-backmerge/commit/80c9ced22a0af94590ab940946ada722d22f3234))

## [1.5.0-next.4](https://github.com/kilianpaquier/semantic-release-backmerge/compare/v1.5.0-next.3...v1.5.0-next.4) (2024-10-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"version": "1.5.0-next.4",
"version": "1.5.0-next.5",
"packageManager": "bun@1.1.31",
"files": [
"CHANGELOG.md",
Expand Down

0 comments on commit 5775881

Please sign in to comment.