From b6a32ac8bdc1095d131cba824bffd051bd68362d Mon Sep 17 00:00:00 2001 From: Marc Addeo Date: Tue, 28 Jul 2020 13:38:23 -0400 Subject: [PATCH] Aggregate CHANGELOG entries --- .cl/add-aggregate-command.yml | 3 --- CHANGELOG.md | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .cl/add-aggregate-command.yml diff --git a/.cl/add-aggregate-command.yml b/.cl/add-aggregate-command.yml deleted file mode 100644 index 807e0ca..0000000 --- a/.cl/add-aggregate-command.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- fixed: Fix bug that caused cl entries to be not properly nested in their branch directories -- added: Add an aggregate subcommand to aggregate change entries into the CHANGELOG.md file diff --git a/CHANGELOG.md b/CHANGELOG.md index f48d706..beec989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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 +- Add an aggregate subcommand to aggregate change entries into the CHANGELOG.md + file + +### Fixed +- Fix bug that caused cl entries to be not properly nested in their branch + directories ## [0.8.0] - 2020-07-10 ### Added