changelord.js/CHANGELOG.yml

49 lines
1.1 KiB
YAML
Raw Normal View History

2023-05-10 14:28:23 +00:00
project:
2023-05-10 18:36:56 +00:00
name: changelord
homepage: https://git.babyl.ca/yanick/changelord.js
2023-05-10 14:28:23 +00:00
with_stats: true
2023-05-18 18:24:51 +00:00
next_directory: ./changelog-next
2023-05-10 14:28:23 +00:00
releases:
2023-05-18 15:09:33 +00:00
- version: NEXT
changes:
- type: feat
desc: add `git-gather` command
- type: feat
desc: add 'next' to alias to 'upcoming'
2023-05-18 16:52:14 +00:00
- type: feat
desc: cutting a release also add a new NEXT release
2023-05-18 17:03:01 +00:00
- type: feat
desc: git-gather also filters on descs
2023-05-18 18:06:19 +00:00
- type: feat
desc: add the validate command
2023-05-16 15:45:23 +00:00
- version: 0.1.0
2023-05-10 19:30:51 +00:00
changes:
2023-05-10 21:29:37 +00:00
- port the core of the Perl changelord to JavaScript.
2023-05-16 15:45:23 +00:00
- type: stats
desc: |
code churn: 23 files changed, 767 insertions(+)
date: 2023-05-16
2023-05-10 14:28:23 +00:00
change_types:
2023-05-10 19:30:51 +00:00
- title: ""
2023-05-10 18:36:56 +00:00
level: minor
2023-05-10 19:30:51 +00:00
keywords:
- ""
2023-05-10 14:28:23 +00:00
- 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