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

fix: use repository url from semantic release config #20

Closed obiwabrakenobi closed 3 years ago

obiwabrakenobi commented 3 years ago

Hi,

I saw that when using git fetch the repository url from the configuration is not considered. Therefore I changed the implementation to use the configuration repository url. This has many advantages when you have https for checkout and/or ssh for pushing changes.

saitho commented 3 years ago

Hi @obiwabrakenobi,

thanks for your contribution. Looks good for me. I did some small adjustments to get the CI running with pull requests.

Thanks!

saitho commented 3 years ago

:tada: This PR is included in version 1.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

obiwabrakenobi commented 3 years ago

thanks :)

nice work!!