Skip to content

Commit

Permalink
chore(config): add animation to the header of the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 22, 2024
1 parent 8199699 commit 4f741a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: -vv --latest --strip header --no-exec
args: -vv --latest --no-exec
env:
OUTPUT: CHANGES.md

Expand Down
3 changes: 1 addition & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
[changelog]
# changelog header
header = """
# Changelog\n
All notable changes to this project will be documented in this file.\n
[![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org)\n
"""
# template for the changelog body
# https://keats.github.io/tera/docs/#introduction
Expand Down

0 comments on commit 4f741a7

Please sign in to comment.