GitTools / GitReleaseManager

Tool for creating and exporting releases for software applications hosted on GitHub
https://gittools.github.io/GitReleaseManager/docs/
MIT License
298 stars 39 forks source link

Support private instances #559

Open markatk opened 7 months ago

markatk commented 7 months ago

Detailed Description

Add support for private instances of GitHub or GitLab.

Context

We use a self-hosted gitlab instance at work and want to use this tool. We already use GitVersion and this would match pretty good to our current CI toolchain. This change would enable other users who use different gitlab or github enterprise instances to include GitReleaseManager in their toolchains.

Possible Implementation

Add an option to change the host url.

Your Environment