mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
feat(gitlab): support self-managed instances (#75)
Support self-managed gitlab instances by reading the GitLab CI environment variables.
This commit is contained in:
parent
55083f2a59
commit
89dc9e3fe8
2 changed files with 44 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue