1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

docs(website): update setup-git-cliff action documentation

This commit is contained in:
Orhun Parmaksız 2024-03-20 17:32:32 +03:00
parent 85db777609
commit 4f4639647b
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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).