docs: gitlab

This commit is contained in:
Julian Tölle 2024-09-15 21:01:49 +02:00
parent 1a2e26aa45
commit 955bd0ad10
4 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,7 @@
# Tutorials # Tutorials
- [Getting started on GitHub](tutorials/github.md) - [Getting started on GitHub](tutorials/github.md)
- [Getting started on GitLab]() - [Getting started on GitLab](tutorials/gitlab.md)
# Explanation # Explanation
@ -23,7 +23,7 @@
- [Glossary](reference/glossary.md) - [Glossary](reference/glossary.md)
- [Pull Request Options](reference/pr-options.md) - [Pull Request Options](reference/pr-options.md)
- [GitHub Action](reference/github-action.md) - [GitHub Action](reference/github-action.md)
- [GitLab CI]() - [GitLab CI/CD Component](reference/gitlab-cicd-component.md)
--- ---

View file

@ -0,0 +1 @@
# GitLab CI/CD Component

View file

@ -1,4 +1,4 @@
# GitHub # Getting Started on GitHub
In this tutorial we show how to install `releaser-pleaser` in your GitHub project. In this tutorial we show how to install `releaser-pleaser` in your GitHub project.

1
docs/tutorials/gitlab.md Normal file
View file

@ -0,0 +1 @@
# Getting started on GitLab