🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

changy

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changy

A simple changelog CLI for user facing changelogs.

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

changy

changy (change-e)

A simple CLI for maintaining user facing changelogs.

npm install -g changy

Why?

Changesets are awesome but our users don't care about versioning. changy makes it easy to generate date-based changelogs that can show your applications development progress.

.changyrc

The config file for changy. This allows you to configure your time zone as well as they change categories that will be listed in the changelog.

{
    "timezone": "UTC",
    "path": "CHANGELOG.md",
    "changeCategories": [
        "Added",
        "Changed",
        "Fixed"
    ]
}

changeCategories

These are what determines the categories of your changes and the order they will show up in your changelog.

For example take this configuration:

"changeCategories": [
  "Added",
  "Changed",
  "Fixed"
]

Resulting changelog format:

# 2024.11.11

## Added

<!-- Your additions here -->

## Changed

<!-- Your changes here -->

## Fixed

<!-- Your fixes here -->

[!NOTE] These will only appear in your changelog if they have changes associated with them.

CLI Reference

To see the most recent information for the CLI run:

npx changy@latest --help

Keywords

changelog

FAQs

Package last updated on 03 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts