28 lines
437 B
YAML
28 lines
437 B
YAML
|
project:
|
||
|
name: null
|
||
|
homepage: null
|
||
|
with_stats: true
|
||
|
ticket_url: null
|
||
|
releases:
|
||
|
- version: NEXT
|
||
|
changes: []
|
||
|
change_types:
|
||
|
- title: Features
|
||
|
level: minor
|
||
|
keywords:
|
||
|
- feat
|
||
|
- title: Bug fixes
|
||
|
level: patch
|
||
|
keywords:
|
||
|
- fix
|
||
|
- title: Package maintenance
|
||
|
level: patch
|
||
|
keywords:
|
||
|
- chore
|
||
|
- maint
|
||
|
- refactor
|
||
|
- title: Statistics
|
||
|
level: patch
|
||
|
keywords:
|
||
|
- stats
|