Skip to content

Commit

Permalink
chore(docker): update git-cliff to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 19, 2024
1 parent 1656405 commit a5ff0c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM orhunp/git-cliff:1.4.0@sha256:5642cc7ac848a79f021056c4903f01d1447d10236561b97b6db3b57f5fac5536
FROM orhunp/git-cliff:2.0.2@sha256:0211c5cce8a1d385f1a24e47e6318b181d873189eec2ab0d66592838603286cf

LABEL maintainer="orhun <[email protected]>"
LABEL repository="https://github.com/orhun/git-cliff-action"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0

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

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

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

0 comments on commit a5ff0c0

Please sign in to comment.