chore(docker): update git-cliff to 2.0.2

This commit is contained in:
Orhun Parmaksız
2024-02-19 18:55:07 +03:00
parent 1656405f98
commit a5ff0c053b
2 changed files with 4 additions and 4 deletions

View File

@@ -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 <orhunparmaksiz@gmail.com>" LABEL maintainer="orhun <orhunparmaksiz@gmail.com>"
LABEL repository="https://github.com/orhun/git-cliff-action" LABEL repository="https://github.com/orhun/git-cliff-action"

View File

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