Skip to content

Commit

Permalink
docs(readme): update GitLab CI/CD section
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 19, 2021
1 parent 90a87c5 commit 2925340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- [Examples](#examples)
- [Docker](#docker)
- [GitHub Action](#github-action)
- [GitLab CI/CD](#gitlab-ci)
- [GitLab CI/CD](#gitlab-cicd)
- [Configuration File](#configuration-file)
- [changelog](#changelog)
- [header](#header)
Expand Down Expand Up @@ -278,7 +278,7 @@ Also, see the [continuous deployment workflow](./.github/workflows/cd.yml) of th

It is possible to generate changelogs using [GitLab CI/CD](https://docs.gitlab.com/ee/ci/).

This minimal example creates artifacts that can be use on another job.
This minimal example creates artifacts that can be used on another job.

```yml
- changelog:
Expand All @@ -293,7 +293,7 @@ This minimal example creates artifacts that can be use on another job.
- git-cliff -r . > CHANGELOG.md
artifacts:
paths:
- CHANGELOG.md
- CHANGELOG.md
```

Please note that the stage is `doc` and has to be changed accordingly to your need.
Expand Down

0 comments on commit 2925340

Please sign in to comment.