mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-30 14:32:01 +00:00
chore(ci): bump git-cliff-action to v4 (#1350)
See: https://github.com/orhun/git-cliff-action/releases/tag/v4.0.0
This commit is contained in:
parent
20c88aaa5b
commit
c777beb658
2
.github/workflows/release-alpha.yml
vendored
2
.github/workflows/release-alpha.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
run: cargo publish --allow-dirty --token ${{ secrets.CARGO_TOKEN }}
|
run: cargo publish --allow-dirty --token ${{ secrets.CARGO_TOKEN }}
|
||||||
|
|
||||||
- name: Generate a changelog
|
- name: Generate a changelog
|
||||||
uses: orhun/git-cliff-action@v3
|
uses: orhun/git-cliff-action@v4
|
||||||
with:
|
with:
|
||||||
config: cliff.toml
|
config: cliff.toml
|
||||||
args: --unreleased --tag ${{ env.NEXT_TAG }} --strip header
|
args: --unreleased --tag ${{ env.NEXT_TAG }} --strip header
|
||||||
|
2
.github/workflows/release-stable.yml
vendored
2
.github/workflows/release-stable.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate a changelog
|
- name: Generate a changelog
|
||||||
uses: orhun/git-cliff-action@v3
|
uses: orhun/git-cliff-action@v4
|
||||||
with:
|
with:
|
||||||
config: cliff.toml
|
config: cliff.toml
|
||||||
args: --latest --strip header
|
args: --latest --strip header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user