Skip to content

Commit

Permalink
Merge branch 'release/v1.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Nov 19, 2023
2 parents 363d5ab + af0f4aa commit c5e0ab9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,17 @@ jobs:
with:
body: ${{ steps.git-cliff.outputs.content }}

- name: Generate a latest changelog
uses: orhun/git-cliff-action@v2
id: git-cliff-full
with:
config: cliff.toml
args: --verbose

- name: Push new changelog
run: |
git checkout develop
echo '${{ steps.git-cliff.outputs.content }}' > CHANGELOG.md
echo '${{ steps.git-cliff-full.outputs.content }}' > CHANGELOG.md
git config --global user.name "Mirio"
git config --global user.email "[email protected]"
git add CHANGELOG.md
Expand Down

0 comments on commit c5e0ab9

Please sign in to comment.