Skip to content

Commit

Permalink
docs(readme): recommend the use of v2 instead of v1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 25, 2022
1 parent 506cfd7 commit aca5ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v1
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
config: cliff.toml
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v1
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
config: cliff.toml
Expand Down

0 comments on commit aca5ee3

Please sign in to comment.