We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58c489 commit d7e12d1Copy full SHA for d7e12d1
1 file changed
.github/workflows/rust.yml
@@ -20,14 +20,15 @@ jobs:
20
- uses: actions/checkout@v4
21
with:
22
fetch-depth: 0
23
+ fetch-tags: true
24
token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Generate changelog
27
uses: orhun/git-cliff-action@v4
28
id: changelog
29
30
config: cliff.toml
- args: --tag ${{ github.ref_name }} --strip header --output CHANGELOG.md
31
+ args: --tag latest --strip header --output CHANGELOG.md
32
env:
33
GITHUB_REPOSITORY: ${{ github.repository }}
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments