@shelf.network/changelog-cli

CLI tool for changelog automation

Usage no npm install needed!

<script type="module">
  import shelfNetworkChangelogCli from 'https://cdn.skypack.dev/@shelf.network/changelog-cli';
</script>

README

Overview

CLI tool for changelog automation.

Installation

# install globally:
npm i -g @shelf.network/changelog-cli

#install as a dev dependency
npm i -D @shelf.network/changelog-cli

Usage

Release changes from [Unreleased]

changelog-cli release # use version from package.json

# or

changelog-cli release 1.0.1

Get release changes:

changelog-cli get latest # get the latest release changes
changelog-cli get 1.0.1  # get a specific release

Custom changelog location:

changelog-cli -f ./nested/CHANGELOG.md get latest