changelord.js/CHANGELOG.yml

49 lines
1.1 KiB
YAML

project:
name: changelord
homepage: https://git.babyl.ca/yanick/changelord.js
with_stats: true
next_directory: ./changelog-next
releases:
- version: NEXT
changes:
- type: feat
desc: add `git-gather` command
- type: feat
desc: add 'next' to alias to 'upcoming'
- type: feat
desc: cutting a release also add a new NEXT release
- type: feat
desc: git-gather also filters on descs
- type: feat
desc: add the validate command
- version: 0.1.0
changes:
- port the core of the Perl changelord to JavaScript.
- type: stats
desc: |
code churn: 23 files changed, 767 insertions(+)
date: 2023-05-16
change_types:
- title: ""
level: minor
keywords:
- ""
- 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