Examples
Examples are based on the following Git history:
* df6aef4 (HEAD -> master) feat(cache): use cache while fetching pages
* a9d4050 feat(config): support multiple file formats
* 06412ac (tag: v1.0.1) chore(release): add release script
* e4fd3cf refactor(parser): expose string functions
* ad27b43 (tag: v1.0.0) docs(example)!: add tested usage example
* 9add0d4 fix(args): rename help argument due to conflict
* a140cef feat(parser): add ability to parse arrays
* 81fbc63 docs(project): add README.md
* a78bc36 Initial commit
Test repository can be found here.
See examples directory for example configuration files.
If you have a custom configuration file that you are using for your project(s), consider sharing it with us by submitting a pull request!
Basic (default)
Raw Output
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
### Features
- Support multiple file formats
- Use cache while fetching pages
## [1.0.1] - 2021-07-18
### Miscellaneous Tasks
- Add release script
### Refactor
- Expose string functions
## [1.0.0] - 2021-07-18
### Bug Fixes
- Rename help argument due to conflict
### Documentation
- Add README.md
- Add tested usage example
### Features
- Add ability to parse arrays
<!-- generated by git-cliff -->
Rendered Output
Changelog
All notable changes to this project will be documented in this file.
unreleased
Features
- Support multiple file formats
- Use cache while fetching pages
1.0.1 - 2021-07-18
Miscellaneous Tasks
- Add release script
Refactor
- Expose string functions
[1.0.0] - 2021-07-18
Bug Fixes
- Rename help argument due to conflict
Documentation
- Add README.md
- Add tested usage example
Features
- Add ability to parse arrays
Styled and scoped
Raw Output
# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
### ⛰️ Features
- *(cache)* Use cache while fetching pages
- *(config)* Support multiple file formats
## [1.0.1] - 2021-07-18
### 🚜 Refactor
- *(parser)* Expose string functions
### ⚙️ Miscellaneous Tasks
- *(release)* Add release script
## [1.0.0] - 2021-07-18
### ⛰️ Features
- *(parser)* Add ability to parse arrays
### 🐛 Bug Fixes
- *(args)* Rename help argument due to conflict
### 📚 Documentation
- *(example)* [**breaking**] Add tested usage example
- *(project)* Add README.md
<!-- generated by git-cliff -->
Rendered Output
Changelog
All notable changes to this project will be documented in this file.
unreleased
⛰️ Features
- (cache) Use cache while fetching pages
- (config) Support multiple file formats
1.0.1 - 2021-07-18
🚜 Refactor
- (parser) Expose string functions
⚙️ Miscellaneous Tasks
- (release) Add release script
[1.0.0] - 2021-07-18
⛰️ Features
- (parser) Add ability to parse arrays
🐛 Bug Fixes
- (args) Rename help argument due to conflict
📚 Documentation
- (example) [breaking] Add tested usage example
- (project) Add README.md
Keep a Changelog
Raw Output
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Support multiple file formats
### Changed
- Use cache while fetching pages
## [1.0.1] - 2021-07-18
### Added
- Add release script
### Changed
- Expose string functions
## [1.0.0] - 2021-07-18
### Added
- Add tested usage example
- Add ability to parse arrays
- Add README.md
### Changed
- Initial commit
### Fixed
- Rename help argument due to conflict
[unreleased]: https://github.com/orhun/git-cliff-readme-example/compare/v1.0.1..HEAD
[1.0.1]: https://github.com/orhun/git-cliff-readme-example/compare/v1.0.0..v1.0.1
<!-- generated by git-cliff -->
Rendered Output
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Support multiple file formats
Changed
- Use cache while fetching pages
1.0.1 - 2021-07-18
Added
- Add release script
Changed
- Expose string functions
[1.0.0] - 2021-07-18
Added
- Add tested usage example
- Add ability to parse arrays
- Add README.md
Changed
- Initial commit
Fixed
- Rename help argument due to conflict
GitHub
Raw Output
## What's Changed
* feat(cache): use cache while fetching pages by @orhun
* feat(config): support multiple file formats by @orhun
## What's Changed in v1.0.1
* chore(release): add release script by @orhun
* refactor(parser): expose string functions by @orhun
**Full Changelog**: https://github.com/orhun/git-cliff-readme-example/compare/v1.0.0...v1.0.1
## What's Changed in v1.0.0
* docs(example)!: add tested usage example by @orhun
* fix(args): rename help argument due to conflict by @orhun
* feat(parser): add ability to parse arrays by @orhun
* docs(project): add README.md by @orhun
* Initial commit by @orhun
<!-- generated by git-cliff -->
Rendered Output
What's Changed
- feat(cache): use cache while fetching pages by @orhun
- feat(config): support multiple file formats by @orhun
What's Changed in v1.0.1
- chore(release): add release script by @orhun
- refactor(parser): expose string functions by @orhun
Full Changelog: https://github.com/orhun/git-cliff-readme-example/compare/v1.0.0...v1.0.1
What's Changed in v1.0.0
- docs(example)!: add tested usage example by @orhun
- fix(args): rename help argument due to conflict by @orhun
- feat(parser): add ability to parse arrays by @orhun
- docs(project): add README.md by @orhun
- Initial commit by @orhun
GitHub + Keep a Changelog
Raw Output
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Support multiple file formats by @orhun
### Changed
- Use cache while fetching pages by @orhun
## [1.0.1] - 2021-07-18
### Added
- Add release script by @orhun
### Changed
- Expose string functions by @orhun
## [1.0.0] - 2021-07-18
### Added
- Add tested usage example by @orhun
- Add ability to parse arrays by @orhun
- Add README.md by @orhun
### Changed
- Initial commit by @orhun
### Fixed
- Rename help argument due to conflict by @orhun
[unreleased]: https://github.com/orhun/git-cliff-readme-example/compare/v1.0.1..HEAD
[1.0.1]: https://github.com/orhun/git-cliff-readme-example/compare/v1.0.0..v1.0.1
<!-- generated by git-cliff -->
Rendered Output
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Support multiple file formats by @orhun
Changed
- Use cache while fetching pages by @orhun
1.0.1 - 2021-07-18
Added
- Add release script by @orhun
Changed
- Expose string functions by @orhun
[1.0.0] - 2021-07-18
Added
- Add tested usage example by @orhun
- Add ability to parse arrays by @orhun
- Add README.md by @orhun
Changed
- Initial commit by @orhun
Fixed
- Rename help argument due to conflict by @orhun
Minimal
Raw Output
## Unreleased
### Feat
- Support multiple file formats
- Use cache while fetching pages
## 1.0.1 - 2021-07-18
### Chore
- Add release script
### Refactor
- Expose string functions
## 1.0.0 - 2021-07-18
### Docs
- Add README.md
- [**breaking**] Add tested usage example
### Feat
- Add ability to parse arrays
### Fix
- Rename help argument due to conflict