Skip to content

Commit

Permalink
docs(image): use images from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 28, 2023
1 parent 2792362 commit 91c0cda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://git-cliff.org">
<img src="https://user-images.githubusercontent.com/24392180/121790699-8808dc80-cbea-11eb-8ab6-2fb6b08b66d8.png" width="300"></a>
<img src="https://raw.githubusercontent.com/orhun/git-cliff/main/img/git-cliff-logo.png" width="300"></a>
<br>
<a href="https://github.com/orhun/git-cliff/releases">
<img src="https://img.shields.io/github/v/release/orhun/git-cliff?style=flat&labelColor=1C2C2E&color=C96329&logo=GitHub&logoColor=white">
Expand Down Expand Up @@ -40,7 +40,7 @@

**git-cliff** can generate [changelog](https://en.wikipedia.org/wiki/Changelog) files from the [Git](https://git-scm.com/) history by utilizing [conventional commits](https://git-cliff.org/docs/configuration#conventional_commits) as well as regex-powered [custom parsers](https://git-cliff.org/docs/configuration#commit_parsers). The [changelog template](https://git-cliff.org/docs/category/templating) can be customized with a [configuration file](https://git-cliff.org/docs/configuration) to match the desired format.

![preview](https://user-images.githubusercontent.com/24392180/128637997-5713ba25-d8f3-40c7-8ba8-ea7f333ead88.png)
![preview](https://raw.githubusercontent.com/orhun/git-cliff/main/img/git-cliff-preview.png)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion website/blog/git-cliff-0.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this post, I'm explaining the new features in the 0.5.0 release while giving
<center>

<a href="https://github.com/orhun/git-cliff">
<img src="https://user-images.githubusercontent.com/24392180/146058022-494a7a28-34a9-473e-8c80-85fd7294783c.jpg" />
<img src="https://raw.githubusercontent.com/orhun/git-cliff/main/img/git-cliff-banner.jpg" />
</a>

</center>
Expand Down
2 changes: 1 addition & 1 deletion website/blog/git-cliff-1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this post, I'm giving a brief introduction to the new features in the 1.2.0 r
<center>

<a href="https://github.com/orhun/git-cliff">
<img src="https://user-images.githubusercontent.com/24392180/146058022-494a7a28-34a9-473e-8c80-85fd7294783c.jpg" />
<img src="https://raw.githubusercontent.com/orhun/git-cliff/main/img/git-cliff-banner.jpg" />
</a>

</center>
Expand Down
2 changes: 1 addition & 1 deletion website/blog/git-cliff-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
<center>

<a href="https://github.com/orhun/git-cliff">
<img src="https://user-images.githubusercontent.com/24392180/146058022-494a7a28-34a9-473e-8c80-85fd7294783c.jpg" />
<img src="https://raw.githubusercontent.com/orhun/git-cliff/main/img/git-cliff-banner.jpg" />
</a>

</center>
Expand Down

0 comments on commit 91c0cda

Please sign in to comment.