Skip to content

Commit

Permalink
chore(example): remove limited commits example
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 20, 2023
1 parent 327512a commit 8e1e0d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
22 changes: 0 additions & 22 deletions examples/limitedcommits.toml

This file was deleted.

36 changes: 0 additions & 36 deletions website/docs/templating/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,42 +269,6 @@ All notable changes to this project will be documented in this file.

</details>

#### [Limited Commits](https://github.com/orhun/git-cliff/tree/main/examples/limitedcommits.toml)

<details>
<summary>Raw Output</summary>

```
## [unreleased]
### Feat
- Support multiple file formats
- Use cache while fetching pages
## [1.0.1] - 2021-07-18
### Chore
- Add release script
```

</details>

<details>
<summary>Rendered Output</summary>

## [unreleased]

### Feat

- Support multiple file formats
- Use cache while fetching pages

## [1.0.1] - 2021-07-18

### Chore

- Add release script

</details>

#### [Detailed](https://github.com/orhun/git-cliff/tree/main/examples/detailed.toml)

<details>
Expand Down
1 change: 0 additions & 1 deletion website/docs/usage/initializing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Here are the list of available templates:

- [`keepachangelog.toml`](https://github.com/orhun/git-cliff/tree/main/examples/keepachangelog.toml)
- [`detailed.toml`](https://github.com/orhun/git-cliff/tree/main/examples/detailed.toml)
- [`limitedcommits.toml`](https://github.com/orhun/git-cliff/tree/main/examples/limitedcommits.toml)
- [`minimal.toml`](https://github.com/orhun/git-cliff/tree/main/examples/minimal.toml)
- [`scoped.toml`](https://github.com/orhun/git-cliff/tree/main/examples/scoped.toml)
- [`scopesorted.toml`](https://github.com/orhun/git-cliff/tree/main/examples/scopesorted.toml)
Expand Down

0 comments on commit 8e1e0d7

Please sign in to comment.