New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

changelog-light

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog-light

Generate a changelog from commits.

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
142
decreased by-26.04%
Maintainers
1
Weekly downloads
 
Created
Source

Changelog Light

Build Status codecov License

Generate a changelog with conventional commit types.

Requirements

The basic requirements:

  • NodeJS version 14+
  • Optionally your system could be running

Use

CLI

NPM install...

  $ npm i changelog-light

or Yarn

  $ yarn add changelog-light
Usage
  $ changelog --help
  Generate a CHANGELOG.md with conventional commit types.

  Usage: changelog [options]
  
  Options:
    -c, --commit        Commit CHANGELOG.md and package.json with a release commit
                                                         [boolean] [default: true]
    -d, --date          CHANGELOG.md release date in the form of a valid date
                        string. Uses system new Date([your date])
                                    [string] [default: "2022-10-13T17:51:29.464Z"]
    -n, --non-cc        Allow non-conventional commits to apply a semver weight
                        and appear in CHANGELOG.md under a general type
                        description.                    [boolean] [default: false]
    -o, --override      Use a version you define.                         [string]
    -r, --dry-run       Generate CHANGELOG.md sample output
                                                        [boolean] [default: false]
        --commit-path   CHANGELOG.md path used for commits. This will be "joined"
                        with "remote-url". Defaults to the commits path for
                        GitHub.                      [string] [default: "commit/"]
        --compare-path  CHANGELOG.md path used for version comparison. This will
                        be "joined" with "remote-url". Defaults to the comparison
                        path for GitHub.            [string] [default: "compare/"]
        --pr-path       CHANGELOG.md path used for PRs/MRs. This will be "joined"
                        with "remote-url". Defaults to the PR path for GitHub.
                                                       [string] [default: "pull/"]
        --remote-url    Git remote get-url for updating CHANGELOG.md base urls.
                        This should start with "http". Defaults to "$ git remote
                        get-url origin"                                   [string]
    -h, --help          Show help                                        [boolean]
    -v, --version       Show version number                              [boolean]

Using within a project

Using changelog-light within a project requires one thing... formatting your commit messages using conventional commit types

This project leverages this conventional commit types resource to determine how CHANGELOG.md is generated.

Example NPM script

Using within a project you could apply changelog-light as a NPM script in package.json

  "scripts": {
    "release": "changelog"
  }

Credit

This project is influenced by the now deprecated project Standard Version.

The primary differences between Standard Version and this project are the weighting assigned to commit message types and a fraction of the features.

Contributing

Contributing? Guidelines can be found here CONTRIBUTING.md.

Keywords

FAQs

Package last updated on 14 Oct 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc