Skip to content

Commit

Permalink
style(readme): wrap table of contents into summary
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 14, 2021
1 parent 1cf1ac7 commit fa6a38b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

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

<details>
<summary>Table of Contents</summary>

- [About](#about)
- [Installation](#installation)
- [From crates.io](#from-cratesio)
Expand Down Expand Up @@ -62,6 +65,8 @@
- [License](#license)
- [Copyright](#copyright)

</details>

## Installation

### From crates.io
Expand Down

0 comments on commit fa6a38b

Please sign in to comment.