saitho / semantic-release-backmerge

:twisted_rightwards_arrows: semantic-release plugin to back-merge a release into a develop branch
https://saitho.github.io/semantic-release-backmerge/
56 stars 11 forks source link

Should perform backmerge even when no new version is released? #37

Closed DiogoAbu closed 2 years ago

DiogoAbu commented 2 years ago

As of right now the backmerge is perfomed only when a release is published. This means that if we make a commit that are not associated with patch, minor or major releases, it will not be backmerged.

But it should?

In any case, there's no semantic-release hook for when a release is not published, but there is a PR.

saitho commented 2 years ago

As this is only a plugin to semantic-release, we can only interact with the hooks provided by semantic-release. Once the PR is merged, this feature could be added as well. For now, backmerge only happens after a release succeeded.