mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-08-21 16:01:25 +00:00
chore(ci): update git-cliff to v3 and fix changelog generation for releases
This commit is contained in:
@@ -138,13 +138,14 @@ jobs:
|
||||
find artifacts -type f -name "*.zip" -exec mv {} artifacts/ \;
|
||||
find artifacts -type f -name "*.tar.gz" -exec mv {} artifacts/ \;
|
||||
|
||||
- name: Generate changelog with git-cliff
|
||||
- name: Generate a changelog
|
||||
id: changelog
|
||||
uses: orhun/git-cliff-action@v2
|
||||
uses: orhun/git-cliff-action@v3
|
||||
with:
|
||||
args: --tag ${{ github.ref_name }}
|
||||
config: cliff.toml
|
||||
args: --tag ${{ github.ref_name }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
|
||||
- name: Publish GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Reference in New Issue
Block a user