feat(gitlab): support self-managed instances (#75)

Support self-managed gitlab instances by reading the GitLab CI environment
variables.
This commit is contained in:
Julian Tölle 2024-09-25 12:41:11 +02:00 committed by GitHub
parent 55083f2a59
commit 89dc9e3fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 44 additions and 7 deletions

View file

@ -73,6 +73,12 @@ include:
> You can set the `stage` input if you want to run `releaser-pleaser` during a different stage.
<div class="warning">
If you want to use `releaser-pleaser` on a self-managed GitLab instance, you need to mirror the GitLab.com component to your instance. See the official [GitLab documentation for details](https://docs.gitlab.com/ee/ci/components/#use-a-gitlabcom-component-in-a-self-managed-instance).
</div>
## 4. Release Merge Request
Once the `releaser-pleaser` job runs for the first time, you can check the logs to see what it did.