🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@commits-with-character/conventional-changelog-preset

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commits-with-character/conventional-changelog-preset

commits-with-character.org preset for conventional-changelog.

latest
Source
npmnpm
Version
5.1.1
Version published
Maintainers
1
Created
Source

@commits-with-character/conventional-changelog-preset

An adapter you can use with tools such as release-it's Conventional Changelog plugin to provide the recommended bump, and update the changelog file.

It will convert Commits with Character style commit messages to a changelog. The Commits With Character prefixes are parsed into the following changelog categories:

  • ~ -> Patches.
  • ^ -> Minor changes.
  • ! -> Major changes.

Using with release-it

npm:

npm install -D release-it @release-it/conventional-changelog @commits-with-character/conventional-changelog-preset

pnpm:

pnpm install -D release-it @release-it/conventional-changelog @commits-with-character/conventional-changelog-preset
// .release-it.json
{
  "plugins": {
    "@release-it/conventional-changelog": {
      "preset": {
        "name": "@commits-with-character/preset",
      },
      "infile": "CHANGELOG.md",
      "header": "# Changelog",
    },
  },
}

Keywords

conventional-changelog

FAQs

Package last updated on 01 May 2025

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