Home

Awesome

<h1 align="center"> Studio Changes </h1> <p align="center"> 📦 Generate a changelog as part of the <a href="https://docs.npmjs.com/cli/version">npm version command</a> </p> <p align="center"> <a href="https://www.npmjs.com/package/@studio/changes"> <img src="https://img.shields.io/npm/v/@studio/changes.svg" alt="npm Version"> </a> <a href="https://semver.org"> <img src="https://img.shields.io/:semver-%E2%9C%93-blue.svg" alt="SemVer"> </a> <a href="https://github.com/javascript-studio/studio-changes/actions"> <img src="https://github.com/javascript-studio/studio-changes/workflows/Build/badge.svg" alt="Build Status"> </a> <a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License"> </a> </p>

Usage

Install

❯ npm install @studio/changes --save-dev

Configure

❯ npx changes --init

This will add the following to your package.json:

{
  "scripts": {
    "preversion": "npm test",
    "version": "changes",
    "postversion": "git push --follow-tags && npm publish"
  }
}

Options

Configure your preferred editor with the $EDITOR environment variable.

Preview next release

Preview the release notes for the next release by running:

❯ npx changes

License

MIT

<p align="center">Made with ❤️ on 🌍<p>