mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
See https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configuration
24 lines
466 B
YAML
24 lines
466 B
YAML
changelog:
|
|
exclude:
|
|
authors:
|
|
- dependabot
|
|
categories:
|
|
- title: Breaking Changes
|
|
labels:
|
|
- 'breaking change'
|
|
- title: Fixed Bugs
|
|
labels:
|
|
- bug
|
|
- title: New Features
|
|
labels:
|
|
- 'new feature'
|
|
- title: Enhancements
|
|
labels:
|
|
- enhancement
|
|
- title: Refactoring
|
|
labels:
|
|
- refactor
|
|
- title: Others (Only for checking. Remove this category)
|
|
labels:
|
|
- "*"
|