CICD tasks for CHANGELOG.md files.
Read about them on keepachangelog.com.
npm i -g @eighty4/changelog
# create a new CHANGELOG.md
changelog new --repo eighty4/c2 > CHANGELOG.md
# exit 1 if section `## [Unreleased]` is empty
changelog check [--changelog-file CHANGELOG_FILE]
# get content in section `## [$VERSION]`
changelog get VERSION [--changelog-file CHANGELOG_FILE]
# move `## [Unreleased]` content to `## [$NEXT_VERSION]`
changelog rollover NEXT_VERSION [--changelog-file CHANGELOG_FILE]