docs: GitLab tutorial and CI/CD component reference (#72)

This commit is contained in:
Julian Tölle 2024-09-25 11:23:04 +02:00 committed by GitHub
parent 2621c48d75
commit 1a370c39dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 134 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# GitHub
# Getting started on GitHub
In this tutorial we show how to install `releaser-pleaser` in your GitHub project.
In this tutorial you will learn how to set up `releaser-pleaser` in your GitHub project with GitHub Actions.
## 1. Repository Settings
@ -52,7 +52,7 @@ jobs:
pull-requests: write
steps:
- name: releaser-pleaser
uses: apricote/releaser-pleaser@v0.2.0
uses: apricote/releaser-pleaser@v0.4.0
```
## 3. Release Pull Request