Skip to content

Commit

Permalink
docs(website): update setup-git-cliff action documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 20, 2024
1 parent 85db777 commit 4f46396
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/github-actions/setup-git-cliff.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ While `git-cliff-action` uses the Docker image generated by [docker.yml](https:/
```yml
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up git-cliff
uses: kenji-miyake/setup-git-cliff@v1

- name: Run git-cliff
run: |
git cliff
run: git cliff
```
See a practical example [here](https://github.com/autowarefoundation/autoware-github-actions/blob/v1/generate-changelog/action.yaml).

0 comments on commit 4f46396

Please sign in to comment.